Skip to content

Latest commit

 

History

History
executable file
·
82 lines (45 loc) · 2.16 KB

AuthAPIConfigOutput.md

File metadata and controls

executable file
·
82 lines (45 loc) · 2.16 KB

AuthAPIConfigOutput

Properties

Name Type Description Notes
Bool Pointer to bool [optional]
Oidc Pointer to bool [optional]

Methods

NewAuthAPIConfigOutput

func NewAuthAPIConfigOutput() *AuthAPIConfigOutput

NewAuthAPIConfigOutput instantiates a new AuthAPIConfigOutput 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

NewAuthAPIConfigOutputWithDefaults

func NewAuthAPIConfigOutputWithDefaults() *AuthAPIConfigOutput

NewAuthAPIConfigOutputWithDefaults instantiates a new AuthAPIConfigOutput 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

GetBool

func (o *AuthAPIConfigOutput) GetBool() bool

GetBool returns the Bool field if non-nil, zero value otherwise.

GetBoolOk

func (o *AuthAPIConfigOutput) GetBoolOk() (*bool, bool)

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

SetBool

func (o *AuthAPIConfigOutput) SetBool(v bool)

SetBool sets Bool field to given value.

HasBool

func (o *AuthAPIConfigOutput) HasBool() bool

HasBool returns a boolean if a field has been set.

GetOidc

func (o *AuthAPIConfigOutput) GetOidc() bool

GetOidc returns the Oidc field if non-nil, zero value otherwise.

GetOidcOk

func (o *AuthAPIConfigOutput) GetOidcOk() (*bool, bool)

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

SetOidc

func (o *AuthAPIConfigOutput) SetOidc(v bool)

SetOidc sets Oidc field to given value.

HasOidc

func (o *AuthAPIConfigOutput) HasOidc() bool

HasOidc returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]