Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.69 KB

File metadata and controls

134 lines (73 loc) · 3.69 KB

CiArtifactAttributes

Properties

Name Type Description Notes
FileType Pointer to string [optional]
FileName Pointer to string [optional]
FileSize Pointer to int32 [optional]
DownloadUrl Pointer to string [optional]

Methods

NewCiArtifactAttributes

func NewCiArtifactAttributes() *CiArtifactAttributes

NewCiArtifactAttributes instantiates a new CiArtifactAttributes 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

NewCiArtifactAttributesWithDefaults

func NewCiArtifactAttributesWithDefaults() *CiArtifactAttributes

NewCiArtifactAttributesWithDefaults instantiates a new CiArtifactAttributes 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

GetFileType

func (o *CiArtifactAttributes) GetFileType() string

GetFileType returns the FileType field if non-nil, zero value otherwise.

GetFileTypeOk

func (o *CiArtifactAttributes) GetFileTypeOk() (*string, bool)

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

SetFileType

func (o *CiArtifactAttributes) SetFileType(v string)

SetFileType sets FileType field to given value.

HasFileType

func (o *CiArtifactAttributes) HasFileType() bool

HasFileType returns a boolean if a field has been set.

GetFileName

func (o *CiArtifactAttributes) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

func (o *CiArtifactAttributes) GetFileNameOk() (*string, bool)

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

SetFileName

func (o *CiArtifactAttributes) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *CiArtifactAttributes) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetFileSize

func (o *CiArtifactAttributes) GetFileSize() int32

GetFileSize returns the FileSize field if non-nil, zero value otherwise.

GetFileSizeOk

func (o *CiArtifactAttributes) GetFileSizeOk() (*int32, bool)

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

SetFileSize

func (o *CiArtifactAttributes) SetFileSize(v int32)

SetFileSize sets FileSize field to given value.

HasFileSize

func (o *CiArtifactAttributes) HasFileSize() bool

HasFileSize returns a boolean if a field has been set.

GetDownloadUrl

func (o *CiArtifactAttributes) GetDownloadUrl() string

GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.

GetDownloadUrlOk

func (o *CiArtifactAttributes) GetDownloadUrlOk() (*string, bool)

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

SetDownloadUrl

func (o *CiArtifactAttributes) SetDownloadUrl(v string)

SetDownloadUrl sets DownloadUrl field to given value.

HasDownloadUrl

func (o *CiArtifactAttributes) HasDownloadUrl() bool

HasDownloadUrl returns a boolean if a field has been set.

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