Skip to content

Latest commit

 

History

History
123 lines (68 loc) · 3.62 KB

FileThumbnailUpdateInternalVM.md

File metadata and controls

123 lines (68 loc) · 3.62 KB

FileThumbnailUpdateInternalVM

Properties

Name Type Description Notes
Thumbnail Pointer to Nullable*os.File [optional]
EditorId Pointer to NullableString [optional]
T string

Methods

NewFileThumbnailUpdateInternalVM

func NewFileThumbnailUpdateInternalVM(t string, ) *FileThumbnailUpdateInternalVM

NewFileThumbnailUpdateInternalVM instantiates a new FileThumbnailUpdateInternalVM 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

NewFileThumbnailUpdateInternalVMWithDefaults

func NewFileThumbnailUpdateInternalVMWithDefaults() *FileThumbnailUpdateInternalVM

NewFileThumbnailUpdateInternalVMWithDefaults instantiates a new FileThumbnailUpdateInternalVM 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

GetThumbnail

func (o *FileThumbnailUpdateInternalVM) GetThumbnail() *os.File

GetThumbnail returns the Thumbnail field if non-nil, zero value otherwise.

GetThumbnailOk

func (o *FileThumbnailUpdateInternalVM) GetThumbnailOk() (**os.File, bool)

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

SetThumbnail

func (o *FileThumbnailUpdateInternalVM) SetThumbnail(v *os.File)

SetThumbnail sets Thumbnail field to given value.

HasThumbnail

func (o *FileThumbnailUpdateInternalVM) HasThumbnail() bool

HasThumbnail returns a boolean if a field has been set.

SetThumbnailNil

func (o *FileThumbnailUpdateInternalVM) SetThumbnailNil(b bool)

SetThumbnailNil sets the value for Thumbnail to be an explicit nil

UnsetThumbnail

func (o *FileThumbnailUpdateInternalVM) UnsetThumbnail()

UnsetThumbnail ensures that no value is present for Thumbnail, not even an explicit nil

GetEditorId

func (o *FileThumbnailUpdateInternalVM) GetEditorId() string

GetEditorId returns the EditorId field if non-nil, zero value otherwise.

GetEditorIdOk

func (o *FileThumbnailUpdateInternalVM) GetEditorIdOk() (*string, bool)

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

SetEditorId

func (o *FileThumbnailUpdateInternalVM) SetEditorId(v string)

SetEditorId sets EditorId field to given value.

HasEditorId

func (o *FileThumbnailUpdateInternalVM) HasEditorId() bool

HasEditorId returns a boolean if a field has been set.

SetEditorIdNil

func (o *FileThumbnailUpdateInternalVM) SetEditorIdNil(b bool)

SetEditorIdNil sets the value for EditorId to be an explicit nil

UnsetEditorId

func (o *FileThumbnailUpdateInternalVM) UnsetEditorId()

UnsetEditorId ensures that no value is present for EditorId, not even an explicit nil

GetT

func (o *FileThumbnailUpdateInternalVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

func (o *FileThumbnailUpdateInternalVM) GetTOk() (*string, bool)

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

SetT

func (o *FileThumbnailUpdateInternalVM) SetT(v string)

SetT sets T field to given value.

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