Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.68 KB

AppClipAdvancedExperienceImageCreateRequestDataAttributes.md

File metadata and controls

72 lines (39 loc) · 2.68 KB

AppClipAdvancedExperienceImageCreateRequestDataAttributes

Properties

Name Type Description Notes
FileSize int32
FileName string

Methods

NewAppClipAdvancedExperienceImageCreateRequestDataAttributes

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

NewAppClipAdvancedExperienceImageCreateRequestDataAttributesWithDefaults

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

GetFileSize

func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) GetFileSize() int32

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

GetFileSizeOk

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.

SetFileSize

func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) SetFileSize(v int32)

SetFileSize sets FileSize field to given value.

GetFileName

func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) GetFileName() string

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

GetFileNameOk

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.

SetFileName

func (o *AppClipAdvancedExperienceImageCreateRequestDataAttributes) SetFileName(v string)

SetFileName sets FileName field to given value.

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