Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.23 KB

GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey.md

File metadata and controls

56 lines (31 loc) · 2.23 KB

GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey

Properties

Name Type Description Notes
Created Pointer to bool If API key is created for this user [optional]

Methods

NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKey

func NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKey() *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey

NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKey instantiates a new GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey 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

NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKeyWithDefaults

func NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKeyWithDefaults() *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey

NewGetAdministeredIdentitiesMe200ResponseAuthenticationApiKeyWithDefaults instantiates a new GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey 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

GetCreated

func (o *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey) GetCreated() bool

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey) GetCreatedOk() (*bool, bool)

GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreated

func (o *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey) SetCreated(v bool)

SetCreated sets Created field to given value.

HasCreated

func (o *GetAdministeredIdentitiesMe200ResponseAuthenticationApiKey) HasCreated() bool

HasCreated returns a boolean if a field has been set.

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