Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.4 KB

ArtifactReference.md

File metadata and controls

82 lines (45 loc) · 2.4 KB

ArtifactReference

Properties

Name Type Description Notes
ArtifactId Pointer to string [optional]
ArtifactType Pointer to ArtifactType [optional]

Methods

NewArtifactReference

func NewArtifactReference() *ArtifactReference

NewArtifactReference instantiates a new ArtifactReference 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

NewArtifactReferenceWithDefaults

func NewArtifactReferenceWithDefaults() *ArtifactReference

NewArtifactReferenceWithDefaults instantiates a new ArtifactReference 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

GetArtifactId

func (o *ArtifactReference) GetArtifactId() string

GetArtifactId returns the ArtifactId field if non-nil, zero value otherwise.

GetArtifactIdOk

func (o *ArtifactReference) GetArtifactIdOk() (*string, bool)

GetArtifactIdOk returns a tuple with the ArtifactId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArtifactId

func (o *ArtifactReference) SetArtifactId(v string)

SetArtifactId sets ArtifactId field to given value.

HasArtifactId

func (o *ArtifactReference) HasArtifactId() bool

HasArtifactId returns a boolean if a field has been set.

GetArtifactType

func (o *ArtifactReference) GetArtifactType() ArtifactType

GetArtifactType returns the ArtifactType field if non-nil, zero value otherwise.

GetArtifactTypeOk

func (o *ArtifactReference) GetArtifactTypeOk() (*ArtifactType, bool)

GetArtifactTypeOk returns a tuple with the ArtifactType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetArtifactType

func (o *ArtifactReference) SetArtifactType(v ArtifactType)

SetArtifactType sets ArtifactType field to given value.

HasArtifactType

func (o *ArtifactReference) HasArtifactType() bool

HasArtifactType returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]