Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Key | Pointer to NullableString | [optional] | |
Version | Pointer to NullableString | [optional] | |
CreatedBy | Pointer to NullableString | [optional] | |
CreatedAt | Pointer to NullableTime | [optional] |
func NewApplicationKey() *ApplicationKey
NewApplicationKey instantiates a new ApplicationKey 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 NewApplicationKeyWithDefaults() *ApplicationKey
NewApplicationKeyWithDefaults instantiates a new ApplicationKey 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 *ApplicationKey) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApplicationKey) 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 *ApplicationKey) SetId(v string)
SetId sets Id field to given value.
func (o *ApplicationKey) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApplicationKey) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ApplicationKey) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationKey) SetKey(v string)
SetKey sets Key field to given value.
func (o *ApplicationKey) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *ApplicationKey) SetKeyNil(b bool)
SetKeyNil sets the value for Key to be an explicit nil
func (o *ApplicationKey) UnsetKey()
UnsetKey ensures that no value is present for Key, not even an explicit nil
func (o *ApplicationKey) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ApplicationKey) GetVersionOk() (*string, 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 *ApplicationKey) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ApplicationKey) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ApplicationKey) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *ApplicationKey) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *ApplicationKey) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *ApplicationKey) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationKey) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *ApplicationKey) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *ApplicationKey) SetCreatedByNil(b bool)
SetCreatedByNil sets the value for CreatedBy to be an explicit nil
func (o *ApplicationKey) UnsetCreatedBy()
UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil
func (o *ApplicationKey) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ApplicationKey) 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 *ApplicationKey) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ApplicationKey) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ApplicationKey) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *ApplicationKey) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil