Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | The resource identifier. | [optional] |
Type | Pointer to string | The type of authenticator. | [optional] |
Name | Pointer to string | The name for the authenticator. | [optional] |
func NewInlinedAuthenticator() *InlinedAuthenticator
NewInlinedAuthenticator instantiates a new InlinedAuthenticator 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
func NewInlinedAuthenticatorWithDefaults() *InlinedAuthenticator
NewInlinedAuthenticatorWithDefaults instantiates a new InlinedAuthenticator 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
func (o *InlinedAuthenticator) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *InlinedAuthenticator) GetIdOk() (*int64, 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.
func (o *InlinedAuthenticator) SetId(v int64)
SetId sets Id field to given value.
func (o *InlinedAuthenticator) HasId() bool
HasId returns a boolean if a field has been set.
func (o *InlinedAuthenticator) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *InlinedAuthenticator) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlinedAuthenticator) SetType(v string)
SetType sets Type field to given value.
func (o *InlinedAuthenticator) HasType() bool
HasType returns a boolean if a field has been set.
func (o *InlinedAuthenticator) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *InlinedAuthenticator) 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.
func (o *InlinedAuthenticator) SetName(v string)
SetName sets Name field to given value.
func (o *InlinedAuthenticator) HasName() bool
HasName returns a boolean if a field has been set.