Skip to content

Latest commit

 

History

History
116 lines (65 loc) · 3.16 KB

SecretStoreResponse.md

File metadata and controls

116 lines (65 loc) · 3.16 KB

SecretStoreResponse

Properties

Name Type Description Notes
ID Pointer to string ID of the store. [optional]
Name Pointer to string A human-readable name for the store. [optional]
CreatedAt Pointer to NullableTime Date and time in ISO 8601 format. [optional] [readonly]

Methods

NewSecretStoreResponse

func NewSecretStoreResponse() *SecretStoreResponse

NewSecretStoreResponse instantiates a new SecretStoreResponse 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

NewSecretStoreResponseWithDefaults

func NewSecretStoreResponseWithDefaults() *SecretStoreResponse

NewSecretStoreResponseWithDefaults instantiates a new SecretStoreResponse 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

GetID

func (o *SecretStoreResponse) GetID() string

GetID returns the ID field if non-nil, zero value otherwise.

GetIDOk

func (o *SecretStoreResponse) GetIDOk() (*string, bool)

GetIDOk returns a tuple with the ID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetID

func (o *SecretStoreResponse) SetID(v string)

SetID sets ID field to given value.

HasID

func (o *SecretStoreResponse) HasID() bool

HasID returns a boolean if a field has been set.

GetName

func (o *SecretStoreResponse) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SecretStoreResponse) 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.

SetName

func (o *SecretStoreResponse) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SecretStoreResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetCreatedAt

func (o *SecretStoreResponse) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *SecretStoreResponse) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *SecretStoreResponse) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *SecretStoreResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *SecretStoreResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *SecretStoreResponse) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

Back to API list | Back to README