Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
CreatedTime | Pointer to time.Time | [optional] | |
CreatorUserId | Pointer to NullableString | [optional] | |
EditedTime | Pointer to time.Time | [optional] | |
EditorUserId | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
ParentId | Pointer to NullableString | [optional] | |
Tags | Pointer to []string | [optional] | |
Icon | Pointer to NullableString | [optional] | |
Type | Pointer to FileType | [optional] | |
Size | Pointer to int64 | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
Status | Pointer to FileStatus | [optional] | |
StatusReason | Pointer to FileStatusReason | [optional] | |
ErrorMessage | Pointer to NullableString | [optional] | |
IsDeleted | Pointer to bool | [optional] | |
T | string |
func NewFileVM(t string, ) *FileVM
NewFileVM instantiates a new FileVM 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 NewFileVMWithDefaults() *FileVM
NewFileVMWithDefaults instantiates a new FileVM 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 *FileVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FileVM) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetId(v string)
SetId sets Id field to given value.
func (o *FileVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FileVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *FileVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *FileVM) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field if non-nil, zero value otherwise.
func (o *FileVM) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetCreatedTime(v time.Time)
SetCreatedTime sets CreatedTime field to given value.
func (o *FileVM) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (o *FileVM) GetCreatorUserId() string
GetCreatorUserId returns the CreatorUserId field if non-nil, zero value otherwise.
func (o *FileVM) GetCreatorUserIdOk() (*string, bool)
GetCreatorUserIdOk returns a tuple with the CreatorUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetCreatorUserId(v string)
SetCreatorUserId sets CreatorUserId field to given value.
func (o *FileVM) HasCreatorUserId() bool
HasCreatorUserId returns a boolean if a field has been set.
func (o *FileVM) SetCreatorUserIdNil(b bool)
SetCreatorUserIdNil sets the value for CreatorUserId to be an explicit nil
func (o *FileVM) UnsetCreatorUserId()
UnsetCreatorUserId ensures that no value is present for CreatorUserId, not even an explicit nil
func (o *FileVM) GetEditedTime() time.Time
GetEditedTime returns the EditedTime field if non-nil, zero value otherwise.
func (o *FileVM) GetEditedTimeOk() (*time.Time, bool)
GetEditedTimeOk returns a tuple with the EditedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetEditedTime(v time.Time)
SetEditedTime sets EditedTime field to given value.
func (o *FileVM) HasEditedTime() bool
HasEditedTime returns a boolean if a field has been set.
func (o *FileVM) GetEditorUserId() string
GetEditorUserId returns the EditorUserId field if non-nil, zero value otherwise.
func (o *FileVM) GetEditorUserIdOk() (*string, bool)
GetEditorUserIdOk returns a tuple with the EditorUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetEditorUserId(v string)
SetEditorUserId sets EditorUserId field to given value.
func (o *FileVM) HasEditorUserId() bool
HasEditorUserId returns a boolean if a field has been set.
func (o *FileVM) SetEditorUserIdNil(b bool)
SetEditorUserIdNil sets the value for EditorUserId to be an explicit nil
func (o *FileVM) UnsetEditorUserId()
UnsetEditorUserId ensures that no value is present for EditorUserId, not even an explicit nil
func (o *FileVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FileVM) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetName(v string)
SetName sets Name field to given value.
func (o *FileVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FileVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *FileVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *FileVM) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *FileVM) GetParentIdOk() (*string, bool)
GetParentIdOk returns a tuple with the ParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *FileVM) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *FileVM) SetParentIdNil(b bool)
SetParentIdNil sets the value for ParentId to be an explicit nil
func (o *FileVM) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
func (o *FileVM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FileVM) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *FileVM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FileVM) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *FileVM) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *FileVM) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *FileVM) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *FileVM) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *FileVM) SetIconNil(b bool)
SetIconNil sets the value for Icon to be an explicit nil
func (o *FileVM) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
func (o *FileVM) GetType() FileType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FileVM) GetTypeOk() (*FileType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetType(v FileType)
SetType sets Type field to given value.
func (o *FileVM) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FileVM) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *FileVM) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetSize(v int64)
SetSize sets Size field to given value.
func (o *FileVM) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *FileVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *FileVM) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *FileVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *FileVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *FileVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *FileVM) GetStatus() FileStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FileVM) 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 *FileVM) SetStatus(v FileStatus)
SetStatus sets Status field to given value.
func (o *FileVM) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *FileVM) GetStatusReason() FileStatusReason
GetStatusReason returns the StatusReason field if non-nil, zero value otherwise.
func (o *FileVM) GetStatusReasonOk() (*FileStatusReason, bool)
GetStatusReasonOk returns a tuple with the StatusReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetStatusReason(v FileStatusReason)
SetStatusReason sets StatusReason field to given value.
func (o *FileVM) HasStatusReason() bool
HasStatusReason returns a boolean if a field has been set.
func (o *FileVM) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *FileVM) 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 *FileVM) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *FileVM) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *FileVM) SetErrorMessageNil(b bool)
SetErrorMessageNil sets the value for ErrorMessage to be an explicit nil
func (o *FileVM) UnsetErrorMessage()
UnsetErrorMessage ensures that no value is present for ErrorMessage, not even an explicit nil
func (o *FileVM) GetIsDeleted() bool
GetIsDeleted returns the IsDeleted field if non-nil, zero value otherwise.
func (o *FileVM) GetIsDeletedOk() (*bool, bool)
GetIsDeletedOk returns a tuple with the IsDeleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileVM) SetIsDeleted(v bool)
SetIsDeleted sets IsDeleted field to given value.
func (o *FileVM) HasIsDeleted() bool
HasIsDeleted returns a boolean if a field has been set.
func (o *FileVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *FileVM) 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 *FileVM) SetT(v string)
SetT sets T field to given value.