mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
213 lines
5.6 KiB
Markdown
213 lines
5.6 KiB
Markdown
# HandlersOrgKeyCreateResp
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**CreatedAt** | Pointer to **string** | | [optional]
|
|
**ExpiresAt** | Pointer to **string** | | [optional]
|
|
**Id** | Pointer to **string** | | [optional]
|
|
**Name** | Pointer to **string** | | [optional]
|
|
**OrgKey** | Pointer to **string** | shown once: | [optional]
|
|
**OrgSecret** | Pointer to **string** | shown once: | [optional]
|
|
**Scope** | Pointer to **string** | \"org\" | [optional]
|
|
|
|
## Methods
|
|
|
|
### NewHandlersOrgKeyCreateResp
|
|
|
|
`func NewHandlersOrgKeyCreateResp() *HandlersOrgKeyCreateResp`
|
|
|
|
NewHandlersOrgKeyCreateResp instantiates a new HandlersOrgKeyCreateResp 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
|
|
|
|
### NewHandlersOrgKeyCreateRespWithDefaults
|
|
|
|
`func NewHandlersOrgKeyCreateRespWithDefaults() *HandlersOrgKeyCreateResp`
|
|
|
|
NewHandlersOrgKeyCreateRespWithDefaults instantiates a new HandlersOrgKeyCreateResp 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 *HandlersOrgKeyCreateResp) GetCreatedAt() string`
|
|
|
|
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
|
|
|
|
### GetCreatedAtOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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 *HandlersOrgKeyCreateResp) SetCreatedAt(v string)`
|
|
|
|
SetCreatedAt sets CreatedAt field to given value.
|
|
|
|
### HasCreatedAt
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasCreatedAt() bool`
|
|
|
|
HasCreatedAt returns a boolean if a field has been set.
|
|
|
|
### GetExpiresAt
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetExpiresAt() string`
|
|
|
|
GetExpiresAt returns the ExpiresAt field if non-nil, zero value otherwise.
|
|
|
|
### GetExpiresAtOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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 *HandlersOrgKeyCreateResp) SetExpiresAt(v string)`
|
|
|
|
SetExpiresAt sets ExpiresAt field to given value.
|
|
|
|
### HasExpiresAt
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasExpiresAt() bool`
|
|
|
|
HasExpiresAt returns a boolean if a field has been set.
|
|
|
|
### GetId
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetId() string`
|
|
|
|
GetId returns the Id field if non-nil, zero value otherwise.
|
|
|
|
### GetIdOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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 *HandlersOrgKeyCreateResp) SetId(v string)`
|
|
|
|
SetId sets Id field to given value.
|
|
|
|
### HasId
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasId() bool`
|
|
|
|
HasId returns a boolean if a field has been set.
|
|
|
|
### GetName
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetName() string`
|
|
|
|
GetName returns the Name field if non-nil, zero value otherwise.
|
|
|
|
### GetNameOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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 *HandlersOrgKeyCreateResp) SetName(v string)`
|
|
|
|
SetName sets Name field to given value.
|
|
|
|
### HasName
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasName() bool`
|
|
|
|
HasName returns a boolean if a field has been set.
|
|
|
|
### GetOrgKey
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetOrgKey() string`
|
|
|
|
GetOrgKey returns the OrgKey field if non-nil, zero value otherwise.
|
|
|
|
### GetOrgKeyOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetOrgKeyOk() (*string, bool)`
|
|
|
|
GetOrgKeyOk returns a tuple with the OrgKey field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetOrgKey
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) SetOrgKey(v string)`
|
|
|
|
SetOrgKey sets OrgKey field to given value.
|
|
|
|
### HasOrgKey
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasOrgKey() bool`
|
|
|
|
HasOrgKey returns a boolean if a field has been set.
|
|
|
|
### GetOrgSecret
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetOrgSecret() string`
|
|
|
|
GetOrgSecret returns the OrgSecret field if non-nil, zero value otherwise.
|
|
|
|
### GetOrgSecretOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetOrgSecretOk() (*string, bool)`
|
|
|
|
GetOrgSecretOk returns a tuple with the OrgSecret field if it's non-nil, zero value otherwise
|
|
and a boolean to check if the value has been set.
|
|
|
|
### SetOrgSecret
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) SetOrgSecret(v string)`
|
|
|
|
SetOrgSecret sets OrgSecret field to given value.
|
|
|
|
### HasOrgSecret
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) HasOrgSecret() bool`
|
|
|
|
HasOrgSecret returns a boolean if a field has been set.
|
|
|
|
### GetScope
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) GetScope() string`
|
|
|
|
GetScope returns the Scope field if non-nil, zero value otherwise.
|
|
|
|
### GetScopeOk
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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 *HandlersOrgKeyCreateResp) SetScope(v string)`
|
|
|
|
SetScope sets Scope field to given value.
|
|
|
|
### HasScope
|
|
|
|
`func (o *HandlersOrgKeyCreateResp) 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)
|
|
|
|
|