GoodMem
ReferenceClient SDKsGo SDKResponses

ListApiKeysResponse

ListApiKeysResponse documentation for Go SDK

Properties

NameTypeDescriptionNotes
KeysPointer to []ApiKeyResponseList of API keys belonging to the authenticated user.[optional]

Methods

NewListApiKeysResponse

func NewListApiKeysResponse() *ListApiKeysResponse

NewListApiKeysResponse instantiates a new ListApiKeysResponse 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

NewListApiKeysResponseWithDefaults

func NewListApiKeysResponseWithDefaults() *ListApiKeysResponse

NewListApiKeysResponseWithDefaults instantiates a new ListApiKeysResponse 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

GetKeys

func (o *ListApiKeysResponse) GetKeys() []ApiKeyResponse

GetKeys returns the Keys field if non-nil, zero value otherwise.

GetKeysOk

func (o *ListApiKeysResponse) GetKeysOk() (*[]ApiKeyResponse, bool)

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

SetKeys

func (o *ListApiKeysResponse) SetKeys(v []ApiKeyResponse)

SetKeys sets Keys field to given value.

HasKeys

func (o *ListApiKeysResponse) HasKeys() bool

HasKeys returns a boolean if a field has been set.

↑ Back to Go SDK ↑ Back to Go SDK ↑ Back to Go SDK