Name | Type | Description | Notes |
---|---|---|---|
Config | Pointer to SamlR2SPConfigDTO | [optional] | |
Error | Pointer to string | [optional] | |
Sp | Pointer to VirtualSaml2ServiceProviderDTO | [optional] | |
ValidationErrors | Pointer to []string | [optional] |
func NewGetVirtSaml2SpRes() *GetVirtSaml2SpRes
NewGetVirtSaml2SpRes instantiates a new GetVirtSaml2SpRes 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 NewGetVirtSaml2SpResWithDefaults() *GetVirtSaml2SpRes
NewGetVirtSaml2SpResWithDefaults instantiates a new GetVirtSaml2SpRes 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 *GetVirtSaml2SpRes) GetConfig() SamlR2SPConfigDTO
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *GetVirtSaml2SpRes) GetConfigOk() (*SamlR2SPConfigDTO, bool)
GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVirtSaml2SpRes) SetConfig(v SamlR2SPConfigDTO)
SetConfig sets Config field to given value.
func (o *GetVirtSaml2SpRes) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (o *GetVirtSaml2SpRes) GetError() string
GetError returns the Error field if non-nil, zero value otherwise.
func (o *GetVirtSaml2SpRes) 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 *GetVirtSaml2SpRes) SetError(v string)
SetError sets Error field to given value.
func (o *GetVirtSaml2SpRes) HasError() bool
HasError returns a boolean if a field has been set.
func (o *GetVirtSaml2SpRes) GetSp() VirtualSaml2ServiceProviderDTO
GetSp returns the Sp field if non-nil, zero value otherwise.
func (o *GetVirtSaml2SpRes) GetSpOk() (*VirtualSaml2ServiceProviderDTO, bool)
GetSpOk returns a tuple with the Sp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetVirtSaml2SpRes) SetSp(v VirtualSaml2ServiceProviderDTO)
SetSp sets Sp field to given value.
func (o *GetVirtSaml2SpRes) HasSp() bool
HasSp returns a boolean if a field has been set.
func (o *GetVirtSaml2SpRes) GetValidationErrors() []string
GetValidationErrors returns the ValidationErrors field if non-nil, zero value otherwise.
func (o *GetVirtSaml2SpRes) 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 *GetVirtSaml2SpRes) SetValidationErrors(v []string)
SetValidationErrors sets ValidationErrors field to given value.
func (o *GetVirtSaml2SpRes) HasValidationErrors() bool
HasValidationErrors returns a boolean if a field has been set.