Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.81 KB

GetOAuthOptionsReply.md

File metadata and controls

56 lines (31 loc) · 1.81 KB

GetOAuthOptionsReply

Properties

Name Type Description Notes
OauthProviders Pointer to []OAuthProvider [optional]

Methods

NewGetOAuthOptionsReply

func NewGetOAuthOptionsReply() *GetOAuthOptionsReply

NewGetOAuthOptionsReply instantiates a new GetOAuthOptionsReply 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

NewGetOAuthOptionsReplyWithDefaults

func NewGetOAuthOptionsReplyWithDefaults() *GetOAuthOptionsReply

NewGetOAuthOptionsReplyWithDefaults instantiates a new GetOAuthOptionsReply 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

GetOauthProviders

func (o *GetOAuthOptionsReply) GetOauthProviders() []OAuthProvider

GetOauthProviders returns the OauthProviders field if non-nil, zero value otherwise.

GetOauthProvidersOk

func (o *GetOAuthOptionsReply) GetOauthProvidersOk() (*[]OAuthProvider, bool)

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

SetOauthProviders

func (o *GetOAuthOptionsReply) SetOauthProviders(v []OAuthProvider)

SetOauthProviders sets OauthProviders field to given value.

HasOauthProviders

func (o *GetOAuthOptionsReply) HasOauthProviders() bool

HasOauthProviders returns a boolean if a field has been set.

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