Skip to content

Latest commit

 

History

History
159 lines (88 loc) · 4.52 KB

UpdateContentInternalVM.md

File metadata and controls

159 lines (88 loc) · 4.52 KB

UpdateContentInternalVM

Properties

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

Methods

NewUpdateContentInternalVM

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

NewUpdateContentInternalVMWithDefaults

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

GetEditorId

func (o *UpdateContentInternalVM) GetEditorId() string

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

GetEditorIdOk

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.

SetEditorId

func (o *UpdateContentInternalVM) SetEditorId(v string)

SetEditorId sets EditorId field to given value.

HasEditorId

func (o *UpdateContentInternalVM) HasEditorId() bool

HasEditorId returns a boolean if a field has been set.

SetEditorIdNil

func (o *UpdateContentInternalVM) SetEditorIdNil(b bool)

SetEditorIdNil sets the value for EditorId to be an explicit nil

UnsetEditorId

func (o *UpdateContentInternalVM) UnsetEditorId()

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

GetFileContent

func (o *UpdateContentInternalVM) GetFileContent() *os.File

GetFileContent returns the FileContent field if non-nil, zero value otherwise.

GetFileContentOk

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.

SetFileContent

func (o *UpdateContentInternalVM) SetFileContent(v *os.File)

SetFileContent sets FileContent field to given value.

HasFileContent

func (o *UpdateContentInternalVM) HasFileContent() bool

HasFileContent returns a boolean if a field has been set.

SetFileContentNil

func (o *UpdateContentInternalVM) SetFileContentNil(b bool)

SetFileContentNil sets the value for FileContent to be an explicit nil

UnsetFileContent

func (o *UpdateContentInternalVM) UnsetFileContent()

UnsetFileContent ensures that no value is present for FileContent, not even an explicit nil

GetThumbnail

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

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

GetThumbnailOk

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.

SetThumbnail

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

SetThumbnail sets Thumbnail field to given value.

HasThumbnail

func (o *UpdateContentInternalVM) HasThumbnail() bool

HasThumbnail returns a boolean if a field has been set.

SetThumbnailNil

func (o *UpdateContentInternalVM) SetThumbnailNil(b bool)

SetThumbnailNil sets the value for Thumbnail to be an explicit nil

UnsetThumbnail

func (o *UpdateContentInternalVM) UnsetThumbnail()

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

GetT

func (o *UpdateContentInternalVM) GetT() string

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

GetTOk

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.

SetT

func (o *UpdateContentInternalVM) SetT(v string)

SetT sets T field to given value.

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