Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.47 KB

File metadata and controls

134 lines (73 loc) · 3.47 KB

BadRequestResponse

Properties

Name Type Description Notes
Name Pointer to []string [optional]
Active Pointer to []string [optional]
Code Pointer to []string [optional]
Language Pointer to []string [optional]

Methods

NewBadRequestResponse

func NewBadRequestResponse() *BadRequestResponse

NewBadRequestResponse instantiates a new BadRequestResponse 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

NewBadRequestResponseWithDefaults

func NewBadRequestResponseWithDefaults() *BadRequestResponse

NewBadRequestResponseWithDefaults instantiates a new BadRequestResponse 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

GetName

func (o *BadRequestResponse) GetName() []string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *BadRequestResponse) GetNameOk() (*[]string, bool)

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

SetName

func (o *BadRequestResponse) SetName(v []string)

SetName sets Name field to given value.

HasName

func (o *BadRequestResponse) HasName() bool

HasName returns a boolean if a field has been set.

GetActive

func (o *BadRequestResponse) GetActive() []string

GetActive returns the Active field if non-nil, zero value otherwise.

GetActiveOk

func (o *BadRequestResponse) GetActiveOk() (*[]string, bool)

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

SetActive

func (o *BadRequestResponse) SetActive(v []string)

SetActive sets Active field to given value.

HasActive

func (o *BadRequestResponse) HasActive() bool

HasActive returns a boolean if a field has been set.

GetCode

func (o *BadRequestResponse) GetCode() []string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *BadRequestResponse) GetCodeOk() (*[]string, bool)

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

SetCode

func (o *BadRequestResponse) SetCode(v []string)

SetCode sets Code field to given value.

HasCode

func (o *BadRequestResponse) HasCode() bool

HasCode returns a boolean if a field has been set.

GetLanguage

func (o *BadRequestResponse) GetLanguage() []string

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *BadRequestResponse) GetLanguageOk() (*[]string, bool)

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

SetLanguage

func (o *BadRequestResponse) SetLanguage(v []string)

SetLanguage sets Language field to given value.

HasLanguage

func (o *BadRequestResponse) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

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