Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.08 KB

StoreVirtSaml2SpRes.md

File metadata and controls

108 lines (59 loc) · 3.08 KB

StoreVirtSaml2SpRes

Properties

Name Type Description Notes
Error Pointer to string [optional]
Sp Pointer to VirtualSaml2ServiceProviderDTO [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewStoreVirtSaml2SpRes

func NewStoreVirtSaml2SpRes() *StoreVirtSaml2SpRes

NewStoreVirtSaml2SpRes instantiates a new StoreVirtSaml2SpRes 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

NewStoreVirtSaml2SpResWithDefaults

func NewStoreVirtSaml2SpResWithDefaults() *StoreVirtSaml2SpRes

NewStoreVirtSaml2SpResWithDefaults instantiates a new StoreVirtSaml2SpRes 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 *StoreVirtSaml2SpRes) GetError() string

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

GetErrorOk

func (o *StoreVirtSaml2SpRes) 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 *StoreVirtSaml2SpRes) SetError(v string)

SetError sets Error field to given value.

HasError

func (o *StoreVirtSaml2SpRes) HasError() bool

HasError returns a boolean if a field has been set.

GetSp

func (o *StoreVirtSaml2SpRes) GetSp() VirtualSaml2ServiceProviderDTO

GetSp returns the Sp field if non-nil, zero value otherwise.

GetSpOk

func (o *StoreVirtSaml2SpRes) 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.

SetSp

func (o *StoreVirtSaml2SpRes) SetSp(v VirtualSaml2ServiceProviderDTO)

SetSp sets Sp field to given value.

HasSp

func (o *StoreVirtSaml2SpRes) HasSp() bool

HasSp returns a boolean if a field has been set.

GetValidationErrors

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

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

GetValidationErrorsOk

func (o *StoreVirtSaml2SpRes) 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 *StoreVirtSaml2SpRes) SetValidationErrors(v []string)

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *StoreVirtSaml2SpRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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