Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.2 KB

UpdateDineInHourResponse.md

File metadata and controls

66 lines (37 loc) · 2.2 KB

UpdateDineInHourResponse

Properties

Name Type Description Notes
ErrorReasons Pointer to []string Error message when updating store dine-in hour. `null` indicates no error. [optional]

Methods

NewUpdateDineInHourResponse

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

NewUpdateDineInHourResponseWithDefaults

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

GetErrorReasons

func (o *UpdateDineInHourResponse) GetErrorReasons() []string

GetErrorReasons returns the ErrorReasons field if non-nil, zero value otherwise.

GetErrorReasonsOk

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.

SetErrorReasons

func (o *UpdateDineInHourResponse) SetErrorReasons(v []string)

SetErrorReasons sets ErrorReasons field to given value.

HasErrorReasons

func (o *UpdateDineInHourResponse) HasErrorReasons() bool

HasErrorReasons returns a boolean if a field has been set.

SetErrorReasonsNil

func (o *UpdateDineInHourResponse) SetErrorReasonsNil(b bool)

SetErrorReasonsNil sets the value for ErrorReasons to be an explicit nil

UnsetErrorReasons

func (o *UpdateDineInHourResponse) UnsetErrorReasons()

UnsetErrorReasons ensures that no value is present for ErrorReasons, not even an explicit nil

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