| Name | Type | Description | Notes |
|---|---|---|---|
| FileType | Pointer to string | [optional] | |
| FileName | Pointer to string | [optional] | |
| FileSize | Pointer to int32 | [optional] | |
| DownloadUrl | Pointer to string | [optional] |
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
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
func (o *CiArtifactAttributes) GetFileType() string
GetFileType returns the FileType field if non-nil, zero value otherwise.
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.
func (o *CiArtifactAttributes) SetFileType(v string)
SetFileType sets FileType field to given value.
func (o *CiArtifactAttributes) HasFileType() bool
HasFileType returns a boolean if a field has been set.
func (o *CiArtifactAttributes) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
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.
func (o *CiArtifactAttributes) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *CiArtifactAttributes) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *CiArtifactAttributes) GetFileSize() int32
GetFileSize returns the FileSize field if non-nil, zero value otherwise.
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.
func (o *CiArtifactAttributes) SetFileSize(v int32)
SetFileSize sets FileSize field to given value.
func (o *CiArtifactAttributes) HasFileSize() bool
HasFileSize returns a boolean if a field has been set.
func (o *CiArtifactAttributes) GetDownloadUrl() string
GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.
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.
func (o *CiArtifactAttributes) SetDownloadUrl(v string)
SetDownloadUrl sets DownloadUrl field to given value.
func (o *CiArtifactAttributes) HasDownloadUrl() bool
HasDownloadUrl returns a boolean if a field has been set.