Name | Type | Description | Notes |
---|---|---|---|
ParentId | string | ||
OwnerId | string | ||
Force | Pointer to bool | [optional] | |
T | string |
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
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
func (o *AdminFolderCreateVM) GetParentId() string
GetParentId returns the ParentId field if non-nil, zero value otherwise.
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.
func (o *AdminFolderCreateVM) SetParentId(v string)
SetParentId sets ParentId field to given value.
func (o *AdminFolderCreateVM) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
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.
func (o *AdminFolderCreateVM) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *AdminFolderCreateVM) GetForce() bool
GetForce returns the Force field if non-nil, zero value otherwise.
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.
func (o *AdminFolderCreateVM) SetForce(v bool)
SetForce sets Force field to given value.
func (o *AdminFolderCreateVM) HasForce() bool
HasForce returns a boolean if a field has been set.
func (o *AdminFolderCreateVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
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.
func (o *AdminFolderCreateVM) SetT(v string)
SetT sets T field to given value.