Name | Type | Description | Notes |
---|---|---|---|
NewData | Pointer to NullableString | [optional] | |
EditorId | Pointer to NullableString | [optional] | |
ErrorMessage | Pointer to NullableString | [optional] | |
T | string |
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
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
func (o *UpdateDataVM) GetNewData() string
GetNewData returns the NewData field if non-nil, zero value otherwise.
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.
func (o *UpdateDataVM) SetNewData(v string)
SetNewData sets NewData field to given value.
func (o *UpdateDataVM) HasNewData() bool
HasNewData returns a boolean if a field has been set.
func (o *UpdateDataVM) SetNewDataNil(b bool)
SetNewDataNil sets the value for NewData to be an explicit nil
func (o *UpdateDataVM) UnsetNewData()
UnsetNewData ensures that no value is present for NewData, not even an explicit nil
func (o *UpdateDataVM) GetEditorId() string
GetEditorId returns the EditorId field if non-nil, zero value otherwise.
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.
func (o *UpdateDataVM) SetEditorId(v string)
SetEditorId sets EditorId field to given value.
func (o *UpdateDataVM) HasEditorId() bool
HasEditorId returns a boolean if a field has been set.
func (o *UpdateDataVM) SetEditorIdNil(b bool)
SetEditorIdNil sets the value for EditorId to be an explicit nil
func (o *UpdateDataVM) UnsetEditorId()
UnsetEditorId ensures that no value is present for EditorId, not even an explicit nil
func (o *UpdateDataVM) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
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.
func (o *UpdateDataVM) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *UpdateDataVM) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *UpdateDataVM) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *UpdateDataVM) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil
func (o *UpdateDataVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *UpdateDataVM) SetT(v string)
SetT sets T field to given value.