Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 4.67 KB

FileCreateVM.md

File metadata and controls

195 lines (108 loc) · 4.67 KB

FileCreateVM

Properties

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

Methods

NewFileCreateVM

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

NewFileCreateVMWithDefaults

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

GetName

func (o *FileCreateVM) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *FileCreateVM) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *FileCreateVM) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *FileCreateVM) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *FileCreateVM) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetTags

func (o *FileCreateVM) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *FileCreateVM) SetTags(v []string)

SetTags sets Tags field to given value.

HasTags

func (o *FileCreateVM) HasTags() bool

HasTags returns a boolean if a field has been set.

SetTagsNil

func (o *FileCreateVM) SetTagsNil(b bool)

SetTagsNil sets the value for Tags to be an explicit nil

UnsetTags

func (o *FileCreateVM) UnsetTags()

UnsetTags ensures that no value is present for Tags, not even an explicit nil

GetIcon

func (o *FileCreateVM) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

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.

SetIcon

func (o *FileCreateVM) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *FileCreateVM) HasIcon() bool

HasIcon returns a boolean if a field has been set.

SetIconNil

func (o *FileCreateVM) SetIconNil(b bool)

SetIconNil sets the value for Icon to be an explicit nil

UnsetIcon

func (o *FileCreateVM) UnsetIcon()

UnsetIcon ensures that no value is present for Icon, not even an explicit nil

GetContent

func (o *FileCreateVM) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

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.

SetContent

func (o *FileCreateVM) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *FileCreateVM) HasContent() bool

HasContent returns a boolean if a field has been set.

SetContentNil

func (o *FileCreateVM) SetContentNil(b bool)

SetContentNil sets the value for Content to be an explicit nil

UnsetContent

func (o *FileCreateVM) UnsetContent()

UnsetContent ensures that no value is present for Content, not even an explicit nil

GetT

func (o *FileCreateVM) GetT() string

GetT returns the T field if non-nil, zero value otherwise.

GetTOk

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.

SetT

func (o *FileCreateVM) SetT(v string)

SetT sets T field to given value.

[Back to Model list] [Back to API list] [Back to README]