| Name | Type | Description | Notes |
|---|---|---|---|
| Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Folder name | |
| Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
| Type | Pointer to string | [optional] | |
| UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewFolderDelete(name string, ) *FolderDelete
NewFolderDelete instantiates a new FolderDelete 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 NewFolderDeleteWithDefaults() *FolderDelete
NewFolderDeleteWithDefaults instantiates a new FolderDelete 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 *FolderDelete) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *FolderDelete) GetAccessibilityOk() (*string, bool)
GetAccessibilityOk returns a tuple with the Accessibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderDelete) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *FolderDelete) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *FolderDelete) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *FolderDelete) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderDelete) SetJson(v bool)
SetJson sets Json field to given value.
func (o *FolderDelete) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *FolderDelete) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FolderDelete) 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 *FolderDelete) SetName(v string)
SetName sets Name field to given value.
func (o *FolderDelete) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *FolderDelete) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderDelete) SetToken(v string)
SetToken sets Token field to given value.
func (o *FolderDelete) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *FolderDelete) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FolderDelete) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderDelete) SetType(v string)
SetType sets Type field to given value.
func (o *FolderDelete) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FolderDelete) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *FolderDelete) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderDelete) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *FolderDelete) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.