Name | Type | Description | Notes |
---|---|---|---|
Error | Pointer to string | [optional] | |
Idps | Pointer to []FacebookOpenIDConnectIdentityProviderDTO | [optional] | |
ValidationErrors | Pointer to []string | [optional] |
func NewGetIdpFacebooksRes() *GetIdpFacebooksRes
NewGetIdpFacebooksRes instantiates a new GetIdpFacebooksRes 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 NewGetIdpFacebooksResWithDefaults() *GetIdpFacebooksRes
NewGetIdpFacebooksResWithDefaults instantiates a new GetIdpFacebooksRes 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 *GetIdpFacebooksRes) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *GetIdpFacebooksRes) 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.
func (o *GetIdpFacebooksRes) SetError(v string)
SetError sets Error field to given value.
func (o *GetIdpFacebooksRes) HasError() bool
HasError returns a boolean if a field has been set.
func (o *GetIdpFacebooksRes) GetIdps() []FacebookOpenIDConnectIdentityProviderDTO
GetIdps returns the Idps field if non-nil, zero value otherwise.
func (o *GetIdpFacebooksRes) GetIdpsOk() (*[]FacebookOpenIDConnectIdentityProviderDTO, bool)
GetIdpsOk returns a tuple with the Idps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetIdpFacebooksRes) SetIdps(v []FacebookOpenIDConnectIdentityProviderDTO)
SetIdps sets Idps field to given value.
func (o *GetIdpFacebooksRes) HasIdps() bool
HasIdps returns a boolean if a field has been set.
func (o *GetIdpFacebooksRes) GetValidationErrors() []string
GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.
func (o *GetIdpFacebooksRes) 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.
func (o *GetIdpFacebooksRes) SetValidationErrors(v []string)
SetValidationErrors sets ValidationErrors field to given value.
func (o *GetIdpFacebooksRes) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.