Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.25 KB

OpenapiResponseBodyValidationFailedErrors.md

File metadata and controls

56 lines (31 loc) · 2.25 KB

OpenapiResponseBodyValidationFailedErrors

Properties

Name Type Description Notes
Fields Pointer to map[string][]string Every key corresponds to the name of a property that has not passed validation. The value associated with each key is an array of strings that serves to provide a descriptive explanation of the requirements for that particular property and the reasons for its failure. [optional]

Methods

NewOpenapiResponseBodyValidationFailedErrors

func NewOpenapiResponseBodyValidationFailedErrors() *OpenapiResponseBodyValidationFailedErrors

NewOpenapiResponseBodyValidationFailedErrors instantiates a new OpenapiResponseBodyValidationFailedErrors 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

NewOpenapiResponseBodyValidationFailedErrorsWithDefaults

func NewOpenapiResponseBodyValidationFailedErrorsWithDefaults() *OpenapiResponseBodyValidationFailedErrors

NewOpenapiResponseBodyValidationFailedErrorsWithDefaults instantiates a new OpenapiResponseBodyValidationFailedErrors 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

GetFields

func (o *OpenapiResponseBodyValidationFailedErrors) GetFields() map[string][]string

GetFields returns the Fields field if non-nil, zero value otherwise.

GetFieldsOk

func (o *OpenapiResponseBodyValidationFailedErrors) GetFieldsOk() (*map[string][]string, bool)

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

SetFields

func (o *OpenapiResponseBodyValidationFailedErrors) SetFields(v map[string][]string)

SetFields sets Fields field to given value.

HasFields

func (o *OpenapiResponseBodyValidationFailedErrors) HasFields() bool

HasFields returns a boolean if a field has been set.

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