| Name | Type | Description | Notes |
|---|---|---|---|
| Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
| DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | Pointer to string | Description of the object | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Folder name | |
| Tags | Pointer to []string | Add tags attached to this object | [optional] |
| 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 NewFolderCreate(name string, ) *FolderCreate
NewFolderCreate instantiates a new FolderCreate 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 NewFolderCreateWithDefaults() *FolderCreate
NewFolderCreateWithDefaults instantiates a new FolderCreate 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 *FolderCreate) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *FolderCreate) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *FolderCreate) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *FolderCreate) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderCreate) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *FolderCreate) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *FolderCreate) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FolderCreate) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FolderCreate) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FolderCreate) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FolderCreate) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetJson(v bool)
SetJson sets Json field to given value.
func (o *FolderCreate) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *FolderCreate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetName(v string)
SetName sets Name field to given value.
func (o *FolderCreate) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *FolderCreate) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *FolderCreate) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetToken(v string)
SetToken sets Token field to given value.
func (o *FolderCreate) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *FolderCreate) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetType(v string)
SetType sets Type field to given value.
func (o *FolderCreate) HasType() bool
HasType returns a boolean if a field has been set.
func (o *FolderCreate) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *FolderCreate) 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 *FolderCreate) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *FolderCreate) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.