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