Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.73 KB

SearchRestaurants200ResponseRestaurantsInnerLocalHours.md

File metadata and controls

134 lines (73 loc) · 5.73 KB

SearchRestaurants200ResponseRestaurantsInnerLocalHours

Properties

Name Type Description Notes
Operational Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational [optional]
Delivery Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational [optional]
Pickup Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational [optional]
DineIn Pointer to SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational [optional]

Methods

NewSearchRestaurants200ResponseRestaurantsInnerLocalHours

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

NewSearchRestaurants200ResponseRestaurantsInnerLocalHoursWithDefaults

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

GetOperational

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetOperational() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational

GetOperational returns the Operational field if non-nil, zero value otherwise.

GetOperationalOk

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.

SetOperational

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetOperational(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)

SetOperational sets Operational field to given value.

HasOperational

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasOperational() bool

HasOperational returns a boolean if a field has been set.

GetDelivery

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDelivery() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational

GetDelivery returns the Delivery field if non-nil, zero value otherwise.

GetDeliveryOk

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.

SetDelivery

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDelivery(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)

SetDelivery sets Delivery field to given value.

HasDelivery

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDelivery() bool

HasDelivery returns a boolean if a field has been set.

GetPickup

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetPickup() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational

GetPickup returns the Pickup field if non-nil, zero value otherwise.

GetPickupOk

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.

SetPickup

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetPickup(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)

SetPickup sets Pickup field to given value.

HasPickup

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasPickup() bool

HasPickup returns a boolean if a field has been set.

GetDineIn

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) GetDineIn() SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational

GetDineIn returns the DineIn field if non-nil, zero value otherwise.

GetDineInOk

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.

SetDineIn

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) SetDineIn(v SearchRestaurants200ResponseRestaurantsInnerLocalHoursOperational)

SetDineIn sets DineIn field to given value.

HasDineIn

func (o *SearchRestaurants200ResponseRestaurantsInnerLocalHours) HasDineIn() bool

HasDineIn returns a boolean if a field has been set.

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