Name | Type | Description | Notes |
---|---|---|---|
FileSize | int32 | ||
FileName | string |
func NewAppClipAdvancedExperienceImageCreateRequestDataAttributes(fileSize int32, fileName string, ) *AppClipAdvancedExperienceImageCreateRequestDataAttributes
NewAppClipAdvancedExperienceImageCreateRequestDataAttributes instantiates a new AppClipAdvancedExperienceImageCreateRequestDataAttributes 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 NewAppClipAdvancedExperienceImageCreateRequestDataAttributesWithDefaults() *AppClipAdvancedExperienceImageCreateRequestDataAttributes
NewAppClipAdvancedExperienceImageCreateRequestDataAttributesWithDefaults instantiates a new AppClipAdvancedExperienceImageCreateRequestDataAttributes 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 *AppClipAdvancedExperienceImageCreateRequestDataAttributes) GetFileSize() int32
GetFileSize returns the FileSize field if non-nil, zero value otherwise.
func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) 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 *AppClipAdvancedExperienceImageCreateRequestDataAttributes) SetFileSize(v int32)
SetFileSize sets FileSize field to given value.
func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) 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 *AppClipAdvancedExperienceImageCreateRequestDataAttributes) SetFileName(v string)
SetFileName sets FileName field to given value.