Skip to content

Latest commit

 

History

History
214 lines (119 loc) · 6.2 KB

ConfigStoreItemResponse.md

File metadata and controls

214 lines (119 loc) · 6.2 KB

ConfigStoreItemResponse

Properties

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]

Methods

NewConfigStoreItemResponse

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

NewConfigStoreItemResponseWithDefaults

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

GetItemKey

func (o *ConfigStoreItemResponse) GetItemKey() string

GetItemKey returns the ItemKey field if non-nil, zero value otherwise.

GetItemKeyOk

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.

SetItemKey

func (o *ConfigStoreItemResponse) SetItemKey(v string)

SetItemKey sets ItemKey field to given value.

HasItemKey

func (o *ConfigStoreItemResponse) HasItemKey() bool

HasItemKey returns a boolean if a field has been set.

GetItemValue

func (o *ConfigStoreItemResponse) GetItemValue() string

GetItemValue returns the ItemValue field if non-nil, zero value otherwise.

GetItemValueOk

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.

SetItemValue

func (o *ConfigStoreItemResponse) SetItemValue(v string)

SetItemValue sets ItemValue field to given value.

HasItemValue

func (o *ConfigStoreItemResponse) HasItemValue() bool

HasItemValue returns a boolean if a field has been set.

GetCreatedAt

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

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

GetCreatedAtOk

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.

SetCreatedAt

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

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ConfigStoreItemResponse) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *ConfigStoreItemResponse) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *ConfigStoreItemResponse) UnsetCreatedAt()

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

GetDeletedAt

func (o *ConfigStoreItemResponse) GetDeletedAt() time.Time

GetDeletedAt returns the DeletedAt field if non-nil, zero value otherwise.

GetDeletedAtOk

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.

SetDeletedAt

func (o *ConfigStoreItemResponse) SetDeletedAt(v time.Time)

SetDeletedAt sets DeletedAt field to given value.

HasDeletedAt

func (o *ConfigStoreItemResponse) HasDeletedAt() bool

HasDeletedAt returns a boolean if a field has been set.

SetDeletedAtNil

func (o *ConfigStoreItemResponse) SetDeletedAtNil(b bool)

SetDeletedAtNil sets the value for DeletedAt to be an explicit nil

UnsetDeletedAt

func (o *ConfigStoreItemResponse) UnsetDeletedAt()

UnsetDeletedAt ensures that no value is present for DeletedAt, not even an explicit nil

GetUpdatedAt

func (o *ConfigStoreItemResponse) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

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.

SetUpdatedAt

func (o *ConfigStoreItemResponse) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ConfigStoreItemResponse) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

SetUpdatedAtNil

func (o *ConfigStoreItemResponse) SetUpdatedAtNil(b bool)

SetUpdatedAtNil sets the value for UpdatedAt to be an explicit nil

UnsetUpdatedAt

func (o *ConfigStoreItemResponse) UnsetUpdatedAt()

UnsetUpdatedAt ensures that no value is present for UpdatedAt, not even an explicit nil

GetStoreID

func (o *ConfigStoreItemResponse) GetStoreID() string

GetStoreID returns the StoreID field if non-nil, zero value otherwise.

GetStoreIDOk

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.

SetStoreID

func (o *ConfigStoreItemResponse) SetStoreID(v string)

SetStoreID sets StoreID field to given value.

HasStoreID

func (o *ConfigStoreItemResponse) HasStoreID() bool

HasStoreID returns a boolean if a field has been set.

Back to API list | Back to README