Name | Type | Description | Notes |
---|---|---|---|
EditorId | Pointer to NullableString | [optional] | |
FileContent | Pointer to Nullable*os.File | [optional] | |
Thumbnail | Pointer to Nullable*os.File | [optional] | |
T | string |
func NewUpdateContentInternalVM(t string, ) *UpdateContentInternalVM
NewUpdateContentInternalVM instantiates a new UpdateContentInternalVM 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 NewUpdateContentInternalVMWithDefaults() *UpdateContentInternalVM
NewUpdateContentInternalVMWithDefaults instantiates a new UpdateContentInternalVM 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 *UpdateContentInternalVM) GetEditorId() string
GetEditorId returns the EditorId field if non-nil, zero value otherwise.
func (o *UpdateContentInternalVM) 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 *UpdateContentInternalVM) SetEditorId(v string)
SetEditorId sets EditorId field to given value.
func (o *UpdateContentInternalVM) HasEditorId() bool
HasEditorId returns a boolean if a field has been set.
func (o *UpdateContentInternalVM) SetEditorIdNil(b bool)
SetEditorIdNil sets the value for EditorId to be an explicit nil
func (o *UpdateContentInternalVM) UnsetEditorId()
UnsetEditorId ensures that no value is present for EditorId, not even an explicit nil
func (o *UpdateContentInternalVM) GetFileContent() *os.File
GetFileContent returns the FileContent field if non-nil, zero value otherwise.
func (o *UpdateContentInternalVM) GetFileContentOk() (**os.File, bool)
GetFileContentOk returns a tuple with the FileContent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateContentInternalVM) SetFileContent(v *os.File)
SetFileContent sets FileContent field to given value.
func (o *UpdateContentInternalVM) HasFileContent() bool
HasFileContent returns a boolean if a field has been set.
func (o *UpdateContentInternalVM) SetFileContentNil(b bool)
SetFileContentNil sets the value for FileContent to be an explicit nil
func (o *UpdateContentInternalVM) UnsetFileContent()
UnsetFileContent ensures that no value is present for FileContent, not even an explicit nil
func (o *UpdateContentInternalVM) GetThumbnail() *os.File
GetThumbnail returns the Thumbnail field if non-nil, zero value otherwise.
func (o *UpdateContentInternalVM) 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 *UpdateContentInternalVM) SetThumbnail(v *os.File)
SetThumbnail sets Thumbnail field to given value.
func (o *UpdateContentInternalVM) HasThumbnail() bool
HasThumbnail returns a boolean if a field has been set.
func (o *UpdateContentInternalVM) SetThumbnailNil(b bool)
SetThumbnailNil sets the value for Thumbnail to be an explicit nil
func (o *UpdateContentInternalVM) UnsetThumbnail()
UnsetThumbnail ensures that no value is present for Thumbnail, not even an explicit nil
func (o *UpdateContentInternalVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *UpdateContentInternalVM) 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 *UpdateContentInternalVM) SetT(v string)
SetT sets T field to given value.