mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
213 lines
5.5 KiB
Markdown
213 lines
5.5 KiB
Markdown
# HandlersUserAPIKeyOut
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreatedAt** | Pointer to **string** | | [optional]
|
|
**ExpiresAt** | Pointer to **string** | | [optional]
|
|
**Id** | Pointer to **string** | | [optional]
|
|
**LastUsedAt** | Pointer to **string** | | [optional]
|
|
**Name** | Pointer to **string** | | [optional]
|
|
**Plain** | Pointer to **string** | Shown only on create: | [optional]
|
|
**Scope** | Pointer to **string** | \"user\" | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewHandlersUserAPIKeyOut
|
|
|
|
`func NewHandlersUserAPIKeyOut() *HandlersUserAPIKeyOut`
|
|
|
|
NewHandlersUserAPIKeyOut instantiates a new HandlersUserAPIKeyOut 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
|
|
|
|
### NewHandlersUserAPIKeyOutWithDefaults
|
|
|
|
`func NewHandlersUserAPIKeyOutWithDefaults() *HandlersUserAPIKeyOut`
|
|
|
|
NewHandlersUserAPIKeyOutWithDefaults instantiates a new HandlersUserAPIKeyOut 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
|
|
|
|
### GetCreatedAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetCreatedAt() string`
|
|
|
|
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetCreatedAtOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetCreatedAtOk() (*string, 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 *HandlersUserAPIKeyOut) SetCreatedAt(v string)`
|
|
|
|
SetCreatedAt sets CreatedAt field to given value.
|
|
|
|
### HasCreatedAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasCreatedAt() bool`
|
|
|
|
HasCreatedAt returns a boolean if a field has been set.
|
|
|
|
### GetExpiresAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetExpiresAt() string`
|
|
|
|
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
|
|
|
|
### GetExpiresAtOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetExpiresAtOk() (*string, bool)`
|
|
|
|
GetExpiresAtOk returns a tuple with the ExpiresAt field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetExpiresAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) SetExpiresAt(v string)`
|
|
|
|
SetExpiresAt sets ExpiresAt field to given value.
|
|
|
|
### HasExpiresAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasExpiresAt() bool`
|
|
|
|
HasExpiresAt returns a boolean if a field has been set.
|
|
|
|
### GetId
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetId() string`
|
|
|
|
GetId returns the Id field if non-nil, zero value otherwise.
|
|
|
|
### GetIdOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) 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 *HandlersUserAPIKeyOut) SetId(v string)`
|
|
|
|
SetId sets Id field to given value.
|
|
|
|
### HasId
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasId() bool`
|
|
|
|
HasId returns a boolean if a field has been set.
|
|
|
|
### GetLastUsedAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetLastUsedAt() string`
|
|
|
|
GetLastUsedAt returns the LastUsedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetLastUsedAtOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetLastUsedAtOk() (*string, bool)`
|
|
|
|
GetLastUsedAtOk returns a tuple with the LastUsedAt field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetLastUsedAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) SetLastUsedAt(v string)`
|
|
|
|
SetLastUsedAt sets LastUsedAt field to given value.
|
|
|
|
### HasLastUsedAt
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasLastUsedAt() bool`
|
|
|
|
HasLastUsedAt returns a boolean if a field has been set.
|
|
|
|
### GetName
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetName() string`
|
|
|
|
GetName returns the Name field if non-nil, zero value otherwise.
|
|
|
|
### GetNameOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetNameOk() (*string, bool)`
|
|
|
|
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetName
|
|
|
|
`func (o *HandlersUserAPIKeyOut) SetName(v string)`
|
|
|
|
SetName sets Name field to given value.
|
|
|
|
### HasName
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasName() bool`
|
|
|
|
HasName returns a boolean if a field has been set.
|
|
|
|
### GetPlain
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetPlain() string`
|
|
|
|
GetPlain returns the Plain field if non-nil, zero value otherwise.
|
|
|
|
### GetPlainOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetPlainOk() (*string, bool)`
|
|
|
|
GetPlainOk returns a tuple with the Plain field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetPlain
|
|
|
|
`func (o *HandlersUserAPIKeyOut) SetPlain(v string)`
|
|
|
|
SetPlain sets Plain field to given value.
|
|
|
|
### HasPlain
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasPlain() bool`
|
|
|
|
HasPlain returns a boolean if a field has been set.
|
|
|
|
### GetScope
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetScope() string`
|
|
|
|
GetScope returns the Scope field if non-nil, zero value otherwise.
|
|
|
|
### GetScopeOk
|
|
|
|
`func (o *HandlersUserAPIKeyOut) GetScopeOk() (*string, bool)`
|
|
|
|
GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetScope
|
|
|
|
`func (o *HandlersUserAPIKeyOut) SetScope(v string)`
|
|
|
|
SetScope sets Scope field to given value.
|
|
|
|
### HasScope
|
|
|
|
`func (o *HandlersUserAPIKeyOut) HasScope() bool`
|
|
|
|
HasScope returns a boolean if a field has been set.
|
|
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|