Name | Type | Description | Notes |
---|---|---|---|
Thumbnail | Pointer to Nullable*os.File | [optional] | |
EditorId | Pointer to NullableString | [optional] | |
T | string |
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
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
func (o *FileThumbnailUpdateInternalVM) GetThumbnail() *os.File
GetThumbnail returns the Thumbnail field if non-nil, zero value otherwise.
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.
func (o *FileThumbnailUpdateInternalVM) SetThumbnail(v *os.File)
SetThumbnail sets Thumbnail field to given value.
func (o *FileThumbnailUpdateInternalVM) HasThumbnail() bool
HasThumbnail returns a boolean if a field has been set.
func (o *FileThumbnailUpdateInternalVM) SetThumbnailNil(b bool)
SetThumbnailNil sets the value for Thumbnail to be an explicit nil
func (o *FileThumbnailUpdateInternalVM) UnsetThumbnail()
UnsetThumbnail ensures that no value is present for Thumbnail, not even an explicit nil
func (o *FileThumbnailUpdateInternalVM) GetEditorId() string
GetEditorId returns the EditorId field if non-nil, zero value otherwise.
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.
func (o *FileThumbnailUpdateInternalVM) SetEditorId(v string)
SetEditorId sets EditorId field to given value.
func (o *FileThumbnailUpdateInternalVM) HasEditorId() bool
HasEditorId returns a boolean if a field has been set.
func (o *FileThumbnailUpdateInternalVM) SetEditorIdNil(b bool)
SetEditorIdNil sets the value for EditorId to be an explicit nil
func (o *FileThumbnailUpdateInternalVM) UnsetEditorId()
UnsetEditorId ensures that no value is present for EditorId, not even an explicit nil
func (o *FileThumbnailUpdateInternalVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *FileThumbnailUpdateInternalVM) SetT(v string)
SetT sets T field to given value.