Name | Type | Description | Notes |
---|---|---|---|
Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
DeleteImmediately | Pointer to bool | When delete-in-days=-1, must be set | [optional] [default to false] |
DeleteInDays | Pointer to int64 | The number of days to wait before deleting the item (relevant for keys only) | [optional] [default to 7] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Item name | |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
Version | Pointer to int32 | The specific version you want to delete - 0=last version, -1=entire item with all versions (default) | [optional] [default to -1] |
func NewDeleteItem(name string, ) *DeleteItem
NewDeleteItem instantiates a new DeleteItem 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 NewDeleteItemWithDefaults() *DeleteItem
NewDeleteItemWithDefaults instantiates a new DeleteItem 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 *DeleteItem) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *DeleteItem) 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 *DeleteItem) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *DeleteItem) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *DeleteItem) GetDeleteImmediately() bool
GetDeleteImmediately returns the DeleteImmediately field if non-nil, zero value otherwise.
func (o *DeleteItem) GetDeleteImmediatelyOk() (*bool, bool)
GetDeleteImmediatelyOk returns a tuple with the DeleteImmediately field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteItem) SetDeleteImmediately(v bool)
SetDeleteImmediately sets DeleteImmediately field to given value.
func (o *DeleteItem) HasDeleteImmediately() bool
HasDeleteImmediately returns a boolean if a field has been set.
func (o *DeleteItem) GetDeleteInDays() int64
GetDeleteInDays returns the DeleteInDays field if non-nil, zero value otherwise.
func (o *DeleteItem) GetDeleteInDaysOk() (*int64, bool)
GetDeleteInDaysOk returns a tuple with the DeleteInDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteItem) SetDeleteInDays(v int64)
SetDeleteInDays sets DeleteInDays field to given value.
func (o *DeleteItem) HasDeleteInDays() bool
HasDeleteInDays returns a boolean if a field has been set.
func (o *DeleteItem) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DeleteItem) 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 *DeleteItem) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DeleteItem) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DeleteItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DeleteItem) 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 *DeleteItem) SetName(v string)
SetName sets Name field to given value.
func (o *DeleteItem) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DeleteItem) 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 *DeleteItem) SetToken(v string)
SetToken sets Token field to given value.
func (o *DeleteItem) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DeleteItem) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DeleteItem) 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 *DeleteItem) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DeleteItem) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *DeleteItem) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *DeleteItem) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteItem) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *DeleteItem) HasVersion() bool
HasVersion returns a boolean if a field has been set.