Name | Type | Description | Notes |
---|---|---|---|
Status | Pointer to FileStatus | [optional] | |
Reason | Pointer to FileStatusReason | [optional] | |
EditorId | Pointer to NullableString | [optional] | |
ErrorMessage | Pointer to NullableString | [optional] | |
T | string |
func NewFileStatusUpdateInternalVM(t string, ) *FileStatusUpdateInternalVM
NewFileStatusUpdateInternalVM instantiates a new FileStatusUpdateInternalVM 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 NewFileStatusUpdateInternalVMWithDefaults() *FileStatusUpdateInternalVM
NewFileStatusUpdateInternalVMWithDefaults instantiates a new FileStatusUpdateInternalVM 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 *FileStatusUpdateInternalVM) GetStatus() FileStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FileStatusUpdateInternalVM) GetStatusOk() (*FileStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileStatusUpdateInternalVM) SetStatus(v FileStatus)
SetStatus sets Status field to given value.
func (o *FileStatusUpdateInternalVM) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *FileStatusUpdateInternalVM) GetReason() FileStatusReason
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *FileStatusUpdateInternalVM) GetReasonOk() (*FileStatusReason, bool)
GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileStatusUpdateInternalVM) SetReason(v FileStatusReason)
SetReason sets Reason field to given value.
func (o *FileStatusUpdateInternalVM) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *FileStatusUpdateInternalVM) GetEditorId() string
GetEditorId returns the EditorId field if non-nil, zero value otherwise.
func (o *FileStatusUpdateInternalVM) 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 *FileStatusUpdateInternalVM) SetEditorId(v string)
SetEditorId sets EditorId field to given value.
func (o *FileStatusUpdateInternalVM) HasEditorId() bool
HasEditorId returns a boolean if a field has been set.
func (o *FileStatusUpdateInternalVM) SetEditorIdNil(b bool)
SetEditorIdNil sets the value for EditorId to be an explicit nil
func (o *FileStatusUpdateInternalVM) UnsetEditorId()
UnsetEditorId ensures that no value is present for EditorId, not even an explicit nil
func (o *FileStatusUpdateInternalVM) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *FileStatusUpdateInternalVM) 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 *FileStatusUpdateInternalVM) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *FileStatusUpdateInternalVM) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *FileStatusUpdateInternalVM) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *FileStatusUpdateInternalVM) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil
func (o *FileStatusUpdateInternalVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *FileStatusUpdateInternalVM) 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 *FileStatusUpdateInternalVM) SetT(v string)
SetT sets T field to given value.