Name | Type | Description | Notes |
---|---|---|---|
Message | Pointer to string | [optional] | |
ValidationError | Pointer to string | [optional] |
func NewInlineResponse400() *InlineResponse400
NewInlineResponse400 instantiates a new InlineResponse400 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
func NewInlineResponse400WithDefaults() *InlineResponse400
NewInlineResponse400WithDefaults instantiates a new InlineResponse400 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
func (o *InlineResponse400) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *InlineResponse400) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponse400) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *InlineResponse400) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *InlineResponse400) GetValidationError() string
GetValidationError returns the ValidationError field if non-nil, zero value otherwise.
func (o *InlineResponse400) GetValidationErrorOk() (*string, bool)
GetValidationErrorOk returns a tuple with the ValidationError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InlineResponse400) SetValidationError(v string)
SetValidationError sets ValidationError field to given value.
func (o *InlineResponse400) HasValidationError() bool
HasValidationError returns a boolean if a field has been set.