Skip to content

Latest commit

 

History

History
159 lines (88 loc) · 4.14 KB

UpdateDataVM.md

File metadata and controls

159 lines (88 loc) · 4.14 KB

UpdateDataVM

Properties

Name Type Description Notes
NewData Pointer to NullableString [optional]
EditorId Pointer to NullableString [optional]
ErrorMessage Pointer to NullableString [optional]
T string

Methods

NewUpdateDataVM

func NewUpdateDataVM(t string, ) *UpdateDataVM

NewUpdateDataVM instantiates a new UpdateDataVM 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

NewUpdateDataVMWithDefaults

func NewUpdateDataVMWithDefaults() *UpdateDataVM

NewUpdateDataVMWithDefaults instantiates a new UpdateDataVM 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

GetNewData

func (o *UpdateDataVM) GetNewData() string

GetNewData returns the NewData field if non-nil, zero value otherwise.

GetNewDataOk

func (o *UpdateDataVM) GetNewDataOk() (*string, bool)

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

SetNewData

func (o *UpdateDataVM) SetNewData(v string)

SetNewData sets NewData field to given value.

HasNewData

func (o *UpdateDataVM) HasNewData() bool

HasNewData returns a boolean if a field has been set.

SetNewDataNil

func (o *UpdateDataVM) SetNewDataNil(b bool)

SetNewDataNil sets the value for NewData to be an explicit nil

UnsetNewData

func (o *UpdateDataVM) UnsetNewData()

UnsetNewData ensures that no value is present for NewData, not even an explicit nil

GetEditorId

func (o *UpdateDataVM) GetEditorId() string

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

GetEditorIdOk

func (o *UpdateDataVM) 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 *UpdateDataVM) SetEditorId(v string)

SetEditorId sets EditorId field to given value.

HasEditorId

func (o *UpdateDataVM) HasEditorId() bool

HasEditorId returns a boolean if a field has been set.

SetEditorIdNil

func (o *UpdateDataVM) SetEditorIdNil(b bool)

SetEditorIdNil sets the value for EditorId to be an explicit nil

UnsetEditorId

func (o *UpdateDataVM) UnsetEditorId()

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

GetErrorMessage

func (o *UpdateDataVM) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *UpdateDataVM) GetErrorMessageOk() (*string, bool)

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

SetErrorMessage

func (o *UpdateDataVM) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *UpdateDataVM) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

SetErrorMessageNil

func (o *UpdateDataVM) SetErrorMessageNil(b bool)

SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil

UnsetErrorMessage

func (o *UpdateDataVM) UnsetErrorMessage()

UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil

GetT

func (o *UpdateDataVM) GetT() string

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

GetTOk

func (o *UpdateDataVM) 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 *UpdateDataVM) SetT(v string)

SetT sets T field to given value.

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