Name | Type | Description | Notes |
---|---|---|---|
ItemKey | Pointer to string | Item key, maximum 256 characters. | [optional] |
ItemValue | Pointer to string | Item value, maximum 8000 characters. | [optional] |
CreatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
DeletedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
UpdatedAt | Pointer to NullableTime | Date and time in ISO 8601 format. | [optional] [readonly] |
StoreID | Pointer to string | [optional] [readonly] |
func NewConfigStoreItemResponse() *ConfigStoreItemResponse
NewConfigStoreItemResponse instantiates a new ConfigStoreItemResponse 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 NewConfigStoreItemResponseWithDefaults() *ConfigStoreItemResponse
NewConfigStoreItemResponseWithDefaults instantiates a new ConfigStoreItemResponse 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 *ConfigStoreItemResponse) GetItemKey() string
GetItemKey returns the ItemKey field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) GetItemKeyOk() (*string, bool)
GetItemKeyOk returns a tuple with the ItemKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigStoreItemResponse) SetItemKey(v string)
SetItemKey sets ItemKey field to given value.
func (o *ConfigStoreItemResponse) HasItemKey() bool
HasItemKey returns a boolean if a field has been set.
func (o *ConfigStoreItemResponse) GetItemValue() string
GetItemValue returns the ItemValue field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) GetItemValueOk() (*string, bool)
GetItemValueOk returns a tuple with the ItemValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigStoreItemResponse) SetItemValue(v string)
SetItemValue sets ItemValue field to given value.
func (o *ConfigStoreItemResponse) HasItemValue() bool
HasItemValue returns a boolean if a field has been set.
func (o *ConfigStoreItemResponse) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) 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 *ConfigStoreItemResponse) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ConfigStoreItemResponse) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ConfigStoreItemResponse) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *ConfigStoreItemResponse) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil
func (o *ConfigStoreItemResponse) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigStoreItemResponse) SetDeletedAt(v time.Time)
SetDeletedAt sets DeletedAt field to given value.
func (o *ConfigStoreItemResponse) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (o *ConfigStoreItemResponse) SetDeletedAtNil(b bool)
SetDeletedAtNil sets the value for DeletedAt to be an explicit nil
func (o *ConfigStoreItemResponse) UnsetDeletedAt()
UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil
func (o *ConfigStoreItemResponse) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigStoreItemResponse) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ConfigStoreItemResponse) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *ConfigStoreItemResponse) SetUpdatedAtNil(b bool)
SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil
func (o *ConfigStoreItemResponse) UnsetUpdatedAt()
UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil
func (o *ConfigStoreItemResponse) GetStoreID() string
GetStoreID returns the StoreID field if non-nil, zero value otherwise.
func (o *ConfigStoreItemResponse) GetStoreIDOk() (*string, bool)
GetStoreIDOk returns a tuple with the StoreID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigStoreItemResponse) SetStoreID(v string)
SetStoreID sets StoreID field to given value.
func (o *ConfigStoreItemResponse) HasStoreID() bool
HasStoreID returns a boolean if a field has been set.