Name | Type | Description | Notes |
---|---|---|---|
Created | Pointer to time.Time | [optional] | |
Description | Pointer to string | [optional] | |
Expiration | Pointer to time.Time | [optional] | |
LastRetrieved | Pointer to time.Time | [optional] | |
Location | Pointer to map[string]interface{} | [optional] | |
Name | Pointer to string | [optional] | |
SecretId | Pointer to string | [optional] | |
Status | Pointer to bool | [optional] | |
Tags | Pointer to map[string]string | [optional] | |
Type | Pointer to string | [optional] | |
Version | Pointer to int64 | [optional] |
func NewSecretInfo() *SecretInfo
NewSecretInfo instantiates a new SecretInfo 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 NewSecretInfoWithDefaults() *SecretInfo
NewSecretInfoWithDefaults instantiates a new SecretInfo 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 *SecretInfo) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *SecretInfo) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *SecretInfo) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *SecretInfo) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SecretInfo) 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 *SecretInfo) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *SecretInfo) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *SecretInfo) GetExpiration() time.Time
GetExpiration returns the Expiration field if non-nil, zero value otherwise.
func (o *SecretInfo) GetExpirationOk() (*time.Time, bool)
GetExpirationOk returns a tuple with the Expiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetExpiration(v time.Time)
SetExpiration sets Expiration field to given value.
func (o *SecretInfo) HasExpiration() bool
HasExpiration returns a boolean if a field has been set.
func (o *SecretInfo) GetLastRetrieved() time.Time
GetLastRetrieved returns the LastRetrieved field if non-nil, zero value otherwise.
func (o *SecretInfo) GetLastRetrievedOk() (*time.Time, bool)
GetLastRetrievedOk returns a tuple with the LastRetrieved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetLastRetrieved(v time.Time)
SetLastRetrieved sets LastRetrieved field to given value.
func (o *SecretInfo) HasLastRetrieved() bool
HasLastRetrieved returns a boolean if a field has been set.
func (o *SecretInfo) GetLocation() map[string]interface{}
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *SecretInfo) GetLocationOk() (*map[string]interface{}, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetLocation(v map[string]interface{})
SetLocation sets Location field to given value.
func (o *SecretInfo) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *SecretInfo) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SecretInfo) 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 *SecretInfo) SetName(v string)
SetName sets Name field to given value.
func (o *SecretInfo) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecretInfo) GetSecretId() string
GetSecretId returns the SecretId field if non-nil, zero value otherwise.
func (o *SecretInfo) GetSecretIdOk() (*string, bool)
GetSecretIdOk returns a tuple with the SecretId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetSecretId(v string)
SetSecretId sets SecretId field to given value.
func (o *SecretInfo) HasSecretId() bool
HasSecretId returns a boolean if a field has been set.
func (o *SecretInfo) GetStatus() bool
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *SecretInfo) GetStatusOk() (*bool, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecretInfo) SetStatus(v bool)
SetStatus sets Status field to given value.
func (o *SecretInfo) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *SecretInfo) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *SecretInfo) GetTagsOk() (*map[string]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 *SecretInfo) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *SecretInfo) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *SecretInfo) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *SecretInfo) 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 *SecretInfo) SetType(v string)
SetType sets Type field to given value.
func (o *SecretInfo) HasType() bool
HasType returns a boolean if a field has been set.
func (o *SecretInfo) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SecretInfo) GetVersionOk() (*int64, 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 *SecretInfo) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *SecretInfo) HasVersion() bool
HasVersion returns a boolean if a field has been set.