Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.55 KB

AuthInputObject.md

File metadata and controls

56 lines (31 loc) · 1.55 KB

AuthInputObject

Properties

Name Type Description Notes
Auth Pointer to AuthInput [optional]

Methods

NewAuthInputObject

func NewAuthInputObject() *AuthInputObject

NewAuthInputObject instantiates a new AuthInputObject 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

NewAuthInputObjectWithDefaults

func NewAuthInputObjectWithDefaults() *AuthInputObject

NewAuthInputObjectWithDefaults instantiates a new AuthInputObject 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

GetAuth

func (o *AuthInputObject) GetAuth() AuthInput

GetAuth returns the Auth field if non-nil, zero value otherwise.

GetAuthOk

func (o *AuthInputObject) GetAuthOk() (*AuthInput, bool)

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

SetAuth

func (o *AuthInputObject) SetAuth(v AuthInput)

SetAuth sets Auth field to given value.

HasAuth

func (o *AuthInputObject) HasAuth() bool

HasAuth returns a boolean if a field has been set.

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