Artifactstatus
May 13, 2021 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ArtifactstatusId | Pointer to int32 | [optional] [readonly] | |
| ArtifactstatusName | string |
Methods
NewArtifactstatus
func NewArtifactstatus(artifactstatusName string, ) *Artifactstatus
NewArtifactstatus instantiates a new Artifactstatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewArtifactstatusWithDefaults
func NewArtifactstatusWithDefaults() *Artifactstatus
NewArtifactstatusWithDefaults instantiates a new Artifactstatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetArtifactstatusId
func (o *Artifactstatus) GetArtifactstatusId() int32
GetArtifactstatusId returns the ArtifactstatusId field if non-nil, zero value otherwise.
GetArtifactstatusIdOk
func (o *Artifactstatus) GetArtifactstatusIdOk() (*int32, bool)
GetArtifactstatusIdOk returns a tuple with the ArtifactstatusId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetArtifactstatusId
func (o *Artifactstatus) SetArtifactstatusId(v int32)
SetArtifactstatusId sets ArtifactstatusId field to given value.
HasArtifactstatusId
func (o *Artifactstatus) HasArtifactstatusId() bool
HasArtifactstatusId returns a boolean if a field has been set.
GetArtifactstatusName
func (o *Artifactstatus) GetArtifactstatusName() string
GetArtifactstatusName returns the ArtifactstatusName field if non-nil, zero value otherwise.
GetArtifactstatusNameOk
func (o *Artifactstatus) GetArtifactstatusNameOk() (*string, bool)
GetArtifactstatusNameOk returns a tuple with the ArtifactstatusName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetArtifactstatusName
func (o *Artifactstatus) SetArtifactstatusName(v string)
SetArtifactstatusName sets ArtifactstatusName field to given value.