Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.02 KB

GetJossoRssRes.md

File metadata and controls

108 lines (59 loc) · 3.02 KB

GetJossoRssRes

Properties

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

Methods

NewGetJossoRssRes

func NewGetJossoRssRes() *GetJossoRssRes

NewGetJossoRssRes instantiates a new GetJossoRssRes 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

NewGetJossoRssResWithDefaults

func NewGetJossoRssResWithDefaults() *GetJossoRssRes

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

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

GetErrorOk

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

SetError sets Error field to given value.

HasError

func (o *GetJossoRssRes) HasError() bool

HasError returns a boolean if a field has been set.

GetResources

func (o *GetJossoRssRes) GetResources() []JOSSO1ResourceDTO

GetResources returns the Resources field if non-nil, zero value otherwise.

GetResourcesOk

func (o *GetJossoRssRes) GetResourcesOk() (*[]JOSSO1ResourceDTO, bool)

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

SetResources

func (o *GetJossoRssRes) SetResources(v []JOSSO1ResourceDTO)

SetResources sets Resources field to given value.

HasResources

func (o *GetJossoRssRes) HasResources() bool

HasResources returns a boolean if a field has been set.

GetValidationErrors

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

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

GetValidationErrorsOk

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

SetValidationErrors sets ValidationErrors field to given value.

HasValidationErrors

func (o *GetJossoRssRes) HasValidationErrors() bool

HasValidationErrors returns a boolean if a field has been set.

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