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] |
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
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
func (o *SecretStoreResponse) GetID() string
GetID returns the ID field if non-nil, zero value otherwise.
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.
func (o *SecretStoreResponse) SetID(v string)
SetID sets ID field to given value.
func (o *SecretStoreResponse) HasID() bool
HasID returns a boolean if a field has been set.
func (o *SecretStoreResponse) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *SecretStoreResponse) SetName(v string)
SetName sets Name field to given value.
func (o *SecretStoreResponse) HasName() bool
HasName returns a boolean if a field has been set.
func (o *SecretStoreResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *SecretStoreResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *SecretStoreResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *SecretStoreResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *SecretStoreResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil