Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
Tags | Pointer to []string | [optional] | |
Icon | Pointer to NullableString | [optional] | |
Content | Pointer to NullableString | [optional] | |
T | string |
func NewFileCreateVM(t string, ) *FileCreateVM
NewFileCreateVM instantiates a new FileCreateVM 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 NewFileCreateVMWithDefaults() *FileCreateVM
NewFileCreateVMWithDefaults instantiates a new FileCreateVM 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 *FileCreateVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FileCreateVM) 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 *FileCreateVM) SetName(v string)
SetName sets Name field to given value.
func (o *FileCreateVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FileCreateVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *FileCreateVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *FileCreateVM) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FileCreateVM) 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 *FileCreateVM) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *FileCreateVM) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FileCreateVM) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *FileCreateVM) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *FileCreateVM) GetIcon() string
GetIcon returns the Icon field if non-nil, zero value otherwise.
func (o *FileCreateVM) 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 *FileCreateVM) SetIcon(v string)
SetIcon sets Icon field to given value.
func (o *FileCreateVM) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (o *FileCreateVM) SetIconNil(b bool)
SetIconNil sets the value for Icon to be an explicit nil
func (o *FileCreateVM) UnsetIcon()
UnsetIcon ensures that no value is present for Icon, not even an explicit nil
func (o *FileCreateVM) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *FileCreateVM) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FileCreateVM) SetContent(v string)
SetContent sets Content field to given value.
func (o *FileCreateVM) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *FileCreateVM) SetContentNil(b bool)
SetContentNil sets the value for Content to be an explicit nil
func (o *FileCreateVM) UnsetContent()
UnsetContent ensures that no value is present for Content, not even an explicit nil
func (o *FileCreateVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *FileCreateVM) 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 *FileCreateVM) SetT(v string)
SetT sets T field to given value.