Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
ParentId | Pointer to NullableString | [optional] | |
Tags | Pointer to []string | [optional] | |
Icon | Pointer to NullableString | [optional] | |
T | string |
func NewFileUpdateVM(t string, ) *FileUpdateVM
NewFileUpdateVM instantiates a new FileUpdateVM 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 NewFileUpdateVMWithDefaults() *FileUpdateVM
NewFileUpdateVMWithDefaults instantiates a new FileUpdateVM 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 *FileUpdateVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FileUpdateVM) 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 *FileUpdateVM) SetName(v string)
SetName sets Name field to given value.
func (o *FileUpdateVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FileUpdateVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *FileUpdateVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *FileUpdateVM) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
func (o *FileUpdateVM) 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 *FileUpdateVM) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *FileUpdateVM) HasParentId() bool
HasParentId returns a boolean if a field has been set.
func (o *FileUpdateVM) SetParentIdNil(b bool)
SetParentIdNil sets the value for ParentId to be an explicit nil
func (o *FileUpdateVM) UnsetParentId()
UnsetParentId ensures that no value is present for ParentId, not even an explicit nil
func (o *FileUpdateVM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FileUpdateVM) 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 *FileUpdateVM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *FileUpdateVM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FileUpdateVM) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *FileUpdateVM) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *FileUpdateVM) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *FileUpdateVM) 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 *FileUpdateVM) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *FileUpdateVM) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *FileUpdateVM) SetIconNil(b bool)
SetIconNil sets the value for Icon to be an explicit nil
func (o *FileUpdateVM) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
func (o *FileUpdateVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *FileUpdateVM) 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 *FileUpdateVM) SetT(v string)
SetT sets T field to given value.