Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.15 KB

StoreIdpFacebookRes.md

File metadata and controls

108 lines (59 loc) · 3.15 KB

StoreIdpFacebookRes

Properties

Name Type Description Notes
Error Pointer to string [optional]
Idp Pointer to FacebookOpenIDConnectIdentityProviderDTO [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewStoreIdpFacebookRes

func NewStoreIdpFacebookRes() *StoreIdpFacebookRes

NewStoreIdpFacebookRes instantiates a new StoreIdpFacebookRes 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

NewStoreIdpFacebookResWithDefaults

func NewStoreIdpFacebookResWithDefaults() *StoreIdpFacebookRes

NewStoreIdpFacebookResWithDefaults instantiates a new StoreIdpFacebookRes 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

GetError

func (o *StoreIdpFacebookRes) GetError() string

GetError returns the Error field if non-nil, zero value otherwise.

GetErrorOk

func (o *StoreIdpFacebookRes) GetErrorOk() (*string, bool)

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

SetError

func (o *StoreIdpFacebookRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *StoreIdpFacebookRes) HasError() bool

HasError returns a boolean if a field has been set.

GetIdp

func (o *StoreIdpFacebookRes) GetIdp() FacebookOpenIDConnectIdentityProviderDTO

GetIdp returns the Idp field if non-nil, zero value otherwise.

GetIdpOk

func (o *StoreIdpFacebookRes) GetIdpOk() (*FacebookOpenIDConnectIdentityProviderDTO, bool)

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

SetIdp

func (o *StoreIdpFacebookRes) SetIdp(v FacebookOpenIDConnectIdentityProviderDTO)

SetIdp sets Idp field to given value.

HasIdp

func (o *StoreIdpFacebookRes) HasIdp() bool

HasIdp returns a boolean if a field has been set.

GetValidationErrors

func (o *StoreIdpFacebookRes) GetValidationErrors() []string

GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.

GetValidationErrorsOk

func (o *StoreIdpFacebookRes) GetValidationErrorsOk() (*[]string, bool)

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

SetValidationErrors

func (o *StoreIdpFacebookRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *StoreIdpFacebookRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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