Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 8.96 KB

SearchRestaurants200ResponseRestaurantsInnerAddress.md

File metadata and controls

290 lines (157 loc) · 8.96 KB

SearchRestaurants200ResponseRestaurantsInnerAddress

Properties

Name Type Description Notes
StreetAddr Pointer to string [optional]
City Pointer to string [optional]
State Pointer to string [optional]
Zipcode Pointer to string [optional]
Country Pointer to string [optional]
Lat Pointer to float32 [optional]
Lon Pointer to float32 [optional]
StreetAddr2 Pointer to string [optional]
Latitude Pointer to float32 [optional]
Longitude Pointer to float32 [optional]

Methods

NewSearchRestaurants200ResponseRestaurantsInnerAddress

func NewSearchRestaurants200ResponseRestaurantsInnerAddress() *SearchRestaurants200ResponseRestaurantsInnerAddress

NewSearchRestaurants200ResponseRestaurantsInnerAddress instantiates a new SearchRestaurants200ResponseRestaurantsInnerAddress 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

NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults

func NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults() *SearchRestaurants200ResponseRestaurantsInnerAddress

NewSearchRestaurants200ResponseRestaurantsInnerAddressWithDefaults instantiates a new SearchRestaurants200ResponseRestaurantsInnerAddress 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

GetStreetAddr

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr() string

GetStreetAddr returns the StreetAddr field if non-nil, zero value otherwise.

GetStreetAddrOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddrOk() (*string, bool)

GetStreetAddrOk returns a tuple with the StreetAddr field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStreetAddr

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr(v string)

SetStreetAddr sets StreetAddr field to given value.

HasStreetAddr

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr() bool

HasStreetAddr returns a boolean if a field has been set.

GetCity

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCity() string

GetCity returns the City field if non-nil, zero value otherwise.

GetCityOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCityOk() (*string, bool)

GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCity

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCity() bool

HasCity returns a boolean if a field has been set.

GetState

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStateOk() (*string, bool)

GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetState

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetState(v string)

SetState sets State field to given value.

HasState

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasState() bool

HasState returns a boolean if a field has been set.

GetZipcode

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcode() string

GetZipcode returns the Zipcode field if non-nil, zero value otherwise.

GetZipcodeOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcodeOk() (*string, bool)

GetZipcodeOk returns a tuple with the Zipcode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetZipcode

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetZipcode(v string)

SetZipcode sets Zipcode field to given value.

HasZipcode

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasZipcode() bool

HasZipcode returns a boolean if a field has been set.

GetCountry

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountry

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetLat

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLat() float32

GetLat returns the Lat field if non-nil, zero value otherwise.

GetLatOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatOk() (*float32, bool)

GetLatOk returns a tuple with the Lat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLat

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLat(v float32)

SetLat sets Lat field to given value.

HasLat

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLat() bool

HasLat returns a boolean if a field has been set.

GetLon

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLon() float32

GetLon returns the Lon field if non-nil, zero value otherwise.

GetLonOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLonOk() (*float32, bool)

GetLonOk returns a tuple with the Lon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLon

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLon(v float32)

SetLon sets Lon field to given value.

HasLon

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLon() bool

HasLon returns a boolean if a field has been set.

GetStreetAddr2

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2() string

GetStreetAddr2 returns the StreetAddr2 field if non-nil, zero value otherwise.

GetStreetAddr2Ok

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2Ok() (*string, bool)

GetStreetAddr2Ok returns a tuple with the StreetAddr2 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStreetAddr2

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr2(v string)

SetStreetAddr2 sets StreetAddr2 field to given value.

HasStreetAddr2

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr2() bool

HasStreetAddr2 returns a boolean if a field has been set.

GetLatitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitude() float32

GetLatitude returns the Latitude field if non-nil, zero value otherwise.

GetLatitudeOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitudeOk() (*float32, bool)

GetLatitudeOk returns a tuple with the Latitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLatitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLatitude(v float32)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitude() float32

GetLongitude returns the Longitude field if non-nil, zero value otherwise.

GetLongitudeOk

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitudeOk() (*float32, bool)

GetLongitudeOk returns a tuple with the Longitude field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLongitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLongitude(v float32)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

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