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] |
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
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
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr() string
GetStreetAddr returns the StreetAddr field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr(v string)
SetStreetAddr sets StreetAddr field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr() bool
HasStreetAddr returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCity(v string)
SetCity sets City field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetState(v string)
SetState sets State field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasState() bool
HasState returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetZipcode() string
GetZipcode returns the Zipcode field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetZipcode(v string)
SetZipcode sets Zipcode field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasZipcode() bool
HasZipcode returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLat() float32
GetLat returns the Lat field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLat(v float32)
SetLat sets Lat field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLat() bool
HasLat returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLon() float32
GetLon returns the Lon field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLon(v float32)
SetLon sets Lon field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLon() bool
HasLon returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetStreetAddr2() string
GetStreetAddr2 returns the StreetAddr2 field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetStreetAddr2(v string)
SetStreetAddr2 sets StreetAddr2 field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasStreetAddr2() bool
HasStreetAddr2 returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLatitude() float32
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLatitude(v float32)
SetLatitude sets Latitude field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) GetLongitude() float32
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
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.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) SetLongitude(v float32)
SetLongitude sets Longitude field to given value.
func (o *SearchRestaurants200ResponseRestaurantsInnerAddress) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.