Name | Type | Description | Notes |
---|---|---|---|
MerchantID | Pointer to string | The merchant's ID that is in GrabFood's database. | [optional] |
Status | Pointer to string | The status of this request. | [optional] |
Errors | Pointer to []MenuEntityError | The error messages when batch update menu record was partial success/fail. `null` when the request was success. | [optional] |
func NewBatchUpdateMenuResponse() *BatchUpdateMenuResponse
NewBatchUpdateMenuResponse instantiates a new BatchUpdateMenuResponse 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 NewBatchUpdateMenuResponseWithDefaults() *BatchUpdateMenuResponse
NewBatchUpdateMenuResponseWithDefaults instantiates a new BatchUpdateMenuResponse 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 *BatchUpdateMenuResponse) GetMerchantID() string
GetMerchantID returns the MerchantID field if non-nil, zero value otherwise.
func (o *BatchUpdateMenuResponse) GetMerchantIDOk() (*string, bool)
GetMerchantIDOk returns a tuple with the MerchantID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchUpdateMenuResponse) SetMerchantID(v string)
SetMerchantID sets MerchantID field to given value.
func (o *BatchUpdateMenuResponse) HasMerchantID() bool
HasMerchantID returns a boolean if a field has been set.
func (o *BatchUpdateMenuResponse) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *BatchUpdateMenuResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchUpdateMenuResponse) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *BatchUpdateMenuResponse) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *BatchUpdateMenuResponse) GetErrors() []MenuEntityError
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *BatchUpdateMenuResponse) GetErrorsOk() (*[]MenuEntityError, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BatchUpdateMenuResponse) SetErrors(v []MenuEntityError)
SetErrors sets Errors field to given value.
func (o *BatchUpdateMenuResponse) HasErrors() bool
HasErrors returns a boolean if a field has been set.
func (o *BatchUpdateMenuResponse) SetErrorsNil(b bool)
SetErrorsNil sets the value for Errors to be an explicit nil
func (o *BatchUpdateMenuResponse) UnsetErrors()
UnsetErrors ensures that no value is present for Errors, not even an explicit nil