Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.98 KB

GetJossoRsRes.md

File metadata and controls

108 lines (59 loc) · 2.98 KB

GetJossoRsRes

Properties

Name Type Description Notes
Error Pointer to string [optional]
Resource Pointer to JOSSO1ResourceDTO [optional]
ValidationErrors Pointer to []string [optional]

Methods

NewGetJossoRsRes

func NewGetJossoRsRes() *GetJossoRsRes

NewGetJossoRsRes instantiates a new GetJossoRsRes 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

NewGetJossoRsResWithDefaults

func NewGetJossoRsResWithDefaults() *GetJossoRsRes

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

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

GetErrorOk

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

SetError sets Error field to given value.

HasError

func (o *GetJossoRsRes) HasError() bool

HasError returns a boolean if a field has been set.

GetResource

func (o *GetJossoRsRes) GetResource() JOSSO1ResourceDTO

GetResource returns the Resource field if non-nil, zero value otherwise.

GetResourceOk

func (o *GetJossoRsRes) GetResourceOk() (*JOSSO1ResourceDTO, bool)

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

SetResource

func (o *GetJossoRsRes) SetResource(v JOSSO1ResourceDTO)

SetResource sets Resource field to given value.

HasResource

func (o *GetJossoRsRes) HasResource() bool

HasResource returns a boolean if a field has been set.

GetValidationErrors

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

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

GetValidationErrorsOk

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

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *GetJossoRsRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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