Name | Type | Description | Notes |
---|---|---|---|
ErrorReasons | Pointer to []string | Error message when updating store dine-in hour. `null` indicates no error. | [optional] |
func NewUpdateDineInHourResponse() *UpdateDineInHourResponse
NewUpdateDineInHourResponse instantiates a new UpdateDineInHourResponse 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 NewUpdateDineInHourResponseWithDefaults() *UpdateDineInHourResponse
NewUpdateDineInHourResponseWithDefaults instantiates a new UpdateDineInHourResponse 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 *UpdateDineInHourResponse) GetErrorReasons() []string
GetErrorReasons returns the ErrorReasons field if non-nil, zero value otherwise.
func (o *UpdateDineInHourResponse) GetErrorReasonsOk() (*[]string, bool)
GetErrorReasonsOk returns a tuple with the ErrorReasons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateDineInHourResponse) SetErrorReasons(v []string)
SetErrorReasons sets ErrorReasons field to given value.
func (o *UpdateDineInHourResponse) HasErrorReasons() bool
HasErrorReasons returns a boolean if a field has been set.
func (o *UpdateDineInHourResponse) SetErrorReasonsNil(b bool)
SetErrorReasonsNil sets the value for ErrorReasons to be an explicit nil
func (o *UpdateDineInHourResponse) UnsetErrorReasons()
UnsetErrorReasons ensures that no value is present for ErrorReasons, not even an explicit nil