Skip to content

Latest commit

 

History

History
119 lines (64 loc) · 3.08 KB

AdminFolderCreateVM.md

File metadata and controls

119 lines (64 loc) · 3.08 KB

AdminFolderCreateVM

Properties

Name Type Description Notes
ParentId string
OwnerId string
Force Pointer to bool [optional]
T string

Methods

NewAdminFolderCreateVM

func NewAdminFolderCreateVM(parentId string, ownerId string, t string, ) *AdminFolderCreateVM

NewAdminFolderCreateVM instantiates a new AdminFolderCreateVM 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

NewAdminFolderCreateVMWithDefaults

func NewAdminFolderCreateVMWithDefaults() *AdminFolderCreateVM

NewAdminFolderCreateVMWithDefaults instantiates a new AdminFolderCreateVM 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

GetParentId

func (o *AdminFolderCreateVM) GetParentId() string

GetParentId returns the ParentId field if non-nil, zero value otherwise.

GetParentIdOk

func (o *AdminFolderCreateVM) 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.

SetParentId

func (o *AdminFolderCreateVM) SetParentId(v string)

SetParentId sets ParentId field to given value.

GetOwnerId

func (o *AdminFolderCreateVM) GetOwnerId() string

GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.

GetOwnerIdOk

func (o *AdminFolderCreateVM) GetOwnerIdOk() (*string, bool)

GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOwnerId

func (o *AdminFolderCreateVM) SetOwnerId(v string)

SetOwnerId sets OwnerId field to given value.

GetForce

func (o *AdminFolderCreateVM) GetForce() bool

GetForce returns the Force field if non-nil, zero value otherwise.

GetForceOk

func (o *AdminFolderCreateVM) GetForceOk() (*bool, bool)

GetForceOk returns a tuple with the Force field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetForce

func (o *AdminFolderCreateVM) SetForce(v bool)

SetForce sets Force field to given value.

HasForce

func (o *AdminFolderCreateVM) HasForce() bool

HasForce returns a boolean if a field has been set.

GetT

func (o *AdminFolderCreateVM) GetT() string

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

GetTOk

func (o *AdminFolderCreateVM) 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 *AdminFolderCreateVM) SetT(v string)

SetT sets T field to given value.

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