Name | Type | Description | Notes |
---|---|---|---|
Operational | Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational | [optional] | |
Delivery | Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational | [optional] | |
Pickup | Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational | [optional] | |
DineIn | Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational | [optional] |
func NewSearchRestaurants200ResponseRestaurantsInnerLocalHours() *SearchRestaurants200ResponseRestaurantsInnerLocalHours
NewSearchRestaurants200ResponseRestaurantsInnerLocalHours instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHours 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 NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults() *SearchRestaurants200ResponseRestaurantsInnerLocalHours
NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInnerLocalHours 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 *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperational() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetOperational returns the Operational field if non-nil, zero value otherwise.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperationalOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetOperationalOk returns a tuple with the Operational field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetOperational(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetOperational sets Operational field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasOperational() bool
HasOperational returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDelivery() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetDelivery returns the Delivery field if non-nil, zero value otherwise.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDeliveryOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetDeliveryOk returns a tuple with the Delivery field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDelivery(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetDelivery sets Delivery field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDelivery() bool
HasDelivery returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickup() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetPickup returns the Pickup field if non-nil, zero value otherwise.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickupOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetPickupOk returns a tuple with the Pickup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetPickup(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetPickup sets Pickup field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasPickup() bool
HasPickup returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineIn() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational
GetDineIn returns the DineIn field if non-nil, zero value otherwise.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineInOk() (*SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational, bool)
GetDineInOk returns a tuple with the DineIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDineIn(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)
SetDineIn sets DineIn field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDineIn() bool
HasDineIn returns a boolean if a field has been set.