Skip to content

Latest commit

 

History

History
200 lines (111 loc) · 5.09 KB

ApplicationKey.md

File metadata and controls

200 lines (111 loc) · 5.09 KB

ApplicationKey

Properties

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]

Methods

NewApplicationKey

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

NewApplicationKeyWithDefaults

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

GetId

func (o *ApplicationKey) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ApplicationKey) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApplicationKey) HasId() bool

HasId returns a boolean if a field has been set.

GetKey

func (o *ApplicationKey) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

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.

SetKey

func (o *ApplicationKey) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *ApplicationKey) HasKey() bool

HasKey returns a boolean if a field has been set.

SetKeyNil

func (o *ApplicationKey) SetKeyNil(b bool)

SetKeyNil sets the value for Key to be an explicit nil

UnsetKey

func (o *ApplicationKey) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

GetVersion

func (o *ApplicationKey) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

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.

SetVersion

func (o *ApplicationKey) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *ApplicationKey) HasVersion() bool

HasVersion returns a boolean if a field has been set.

SetVersionNil

func (o *ApplicationKey) SetVersionNil(b bool)

SetVersionNil sets the value for Version to be an explicit nil

UnsetVersion

func (o *ApplicationKey) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

GetCreatedBy

func (o *ApplicationKey) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

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.

SetCreatedBy

func (o *ApplicationKey) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *ApplicationKey) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *ApplicationKey) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *ApplicationKey) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedAt

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

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

GetCreatedAtOk

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.

SetCreatedAt

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

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ApplicationKey) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *ApplicationKey) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *ApplicationKey) UnsetCreatedAt()

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

[Back to Model list] [Back to API list] [Back to README]