mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: sdk migration in progress
This commit is contained in:
212
sdk/go/docs/DtoJWK.md
Normal file
212
sdk/go/docs/DtoJWK.md
Normal file
@@ -0,0 +1,212 @@
|
||||
# DtoJWK
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Alg** | Pointer to **string** | | [optional]
|
||||
**E** | Pointer to **string** | | [optional]
|
||||
**Kid** | Pointer to **string** | | [optional]
|
||||
**Kty** | Pointer to **string** | | [optional]
|
||||
**N** | Pointer to **string** | | [optional]
|
||||
**Use** | Pointer to **string** | | [optional]
|
||||
**X** | Pointer to **string** | | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewDtoJWK
|
||||
|
||||
`func NewDtoJWK() *DtoJWK`
|
||||
|
||||
NewDtoJWK instantiates a new DtoJWK 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
|
||||
|
||||
### NewDtoJWKWithDefaults
|
||||
|
||||
`func NewDtoJWKWithDefaults() *DtoJWK`
|
||||
|
||||
NewDtoJWKWithDefaults instantiates a new DtoJWK 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
|
||||
|
||||
### GetAlg
|
||||
|
||||
`func (o *DtoJWK) GetAlg() string`
|
||||
|
||||
GetAlg returns the Alg field if non-nil, zero value otherwise.
|
||||
|
||||
### GetAlgOk
|
||||
|
||||
`func (o *DtoJWK) GetAlgOk() (*string, bool)`
|
||||
|
||||
GetAlgOk returns a tuple with the Alg field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetAlg
|
||||
|
||||
`func (o *DtoJWK) SetAlg(v string)`
|
||||
|
||||
SetAlg sets Alg field to given value.
|
||||
|
||||
### HasAlg
|
||||
|
||||
`func (o *DtoJWK) HasAlg() bool`
|
||||
|
||||
HasAlg returns a boolean if a field has been set.
|
||||
|
||||
### GetE
|
||||
|
||||
`func (o *DtoJWK) GetE() string`
|
||||
|
||||
GetE returns the E field if non-nil, zero value otherwise.
|
||||
|
||||
### GetEOk
|
||||
|
||||
`func (o *DtoJWK) GetEOk() (*string, bool)`
|
||||
|
||||
GetEOk returns a tuple with the E field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetE
|
||||
|
||||
`func (o *DtoJWK) SetE(v string)`
|
||||
|
||||
SetE sets E field to given value.
|
||||
|
||||
### HasE
|
||||
|
||||
`func (o *DtoJWK) HasE() bool`
|
||||
|
||||
HasE returns a boolean if a field has been set.
|
||||
|
||||
### GetKid
|
||||
|
||||
`func (o *DtoJWK) GetKid() string`
|
||||
|
||||
GetKid returns the Kid field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKidOk
|
||||
|
||||
`func (o *DtoJWK) GetKidOk() (*string, bool)`
|
||||
|
||||
GetKidOk returns a tuple with the Kid field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetKid
|
||||
|
||||
`func (o *DtoJWK) SetKid(v string)`
|
||||
|
||||
SetKid sets Kid field to given value.
|
||||
|
||||
### HasKid
|
||||
|
||||
`func (o *DtoJWK) HasKid() bool`
|
||||
|
||||
HasKid returns a boolean if a field has been set.
|
||||
|
||||
### GetKty
|
||||
|
||||
`func (o *DtoJWK) GetKty() string`
|
||||
|
||||
GetKty returns the Kty field if non-nil, zero value otherwise.
|
||||
|
||||
### GetKtyOk
|
||||
|
||||
`func (o *DtoJWK) GetKtyOk() (*string, bool)`
|
||||
|
||||
GetKtyOk returns a tuple with the Kty field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetKty
|
||||
|
||||
`func (o *DtoJWK) SetKty(v string)`
|
||||
|
||||
SetKty sets Kty field to given value.
|
||||
|
||||
### HasKty
|
||||
|
||||
`func (o *DtoJWK) HasKty() bool`
|
||||
|
||||
HasKty returns a boolean if a field has been set.
|
||||
|
||||
### GetN
|
||||
|
||||
`func (o *DtoJWK) GetN() string`
|
||||
|
||||
GetN returns the N field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNOk
|
||||
|
||||
`func (o *DtoJWK) GetNOk() (*string, bool)`
|
||||
|
||||
GetNOk returns a tuple with the N field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetN
|
||||
|
||||
`func (o *DtoJWK) SetN(v string)`
|
||||
|
||||
SetN sets N field to given value.
|
||||
|
||||
### HasN
|
||||
|
||||
`func (o *DtoJWK) HasN() bool`
|
||||
|
||||
HasN returns a boolean if a field has been set.
|
||||
|
||||
### GetUse
|
||||
|
||||
`func (o *DtoJWK) GetUse() string`
|
||||
|
||||
GetUse returns the Use field if non-nil, zero value otherwise.
|
||||
|
||||
### GetUseOk
|
||||
|
||||
`func (o *DtoJWK) GetUseOk() (*string, bool)`
|
||||
|
||||
GetUseOk returns a tuple with the Use field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetUse
|
||||
|
||||
`func (o *DtoJWK) SetUse(v string)`
|
||||
|
||||
SetUse sets Use field to given value.
|
||||
|
||||
### HasUse
|
||||
|
||||
`func (o *DtoJWK) HasUse() bool`
|
||||
|
||||
HasUse returns a boolean if a field has been set.
|
||||
|
||||
### GetX
|
||||
|
||||
`func (o *DtoJWK) GetX() string`
|
||||
|
||||
GetX returns the X field if non-nil, zero value otherwise.
|
||||
|
||||
### GetXOk
|
||||
|
||||
`func (o *DtoJWK) GetXOk() (*string, bool)`
|
||||
|
||||
GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetX
|
||||
|
||||
`func (o *DtoJWK) SetX(v string)`
|
||||
|
||||
SetX sets X field to given value.
|
||||
|
||||
### HasX
|
||||
|
||||
`func (o *DtoJWK) HasX() bool`
|
||||
|
||||
HasX 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user