Name | Type | Description | Notes |
---|---|---|---|
City | Pointer to string | [optional] | |
GeonamesCityId | Pointer to string | [optional] | |
Region | Pointer to string | [optional] | |
CountryCode | Pointer to string | [optional] | |
Country | Pointer to string | [optional] | |
Latitude | Pointer to float32 | [optional] | |
Longitude | Pointer to float32 | [optional] |
func NewListInstitutions200ResponseResultsInnerGeo() *ListInstitutions200ResponseResultsInnerGeo
NewListInstitutions200ResponseResultsInnerGeo instantiates a new ListInstitutions200ResponseResultsInnerGeo 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 NewListInstitutions200ResponseResultsInnerGeoWithDefaults() *ListInstitutions200ResponseResultsInnerGeo
NewListInstitutions200ResponseResultsInnerGeoWithDefaults instantiates a new ListInstitutions200ResponseResultsInnerGeo 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 *ListInstitutions200ResponseResultsInnerGeo) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) 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 *ListInstitutions200ResponseResultsInnerGeo) SetCity(v string)
SetCity sets City field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetGeonamesCityId() string
GetGeonamesCityId returns the GeonamesCityId field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetGeonamesCityIdOk() (*string, bool)
GetGeonamesCityIdOk returns a tuple with the GeonamesCityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) SetGeonamesCityId(v string)
SetGeonamesCityId sets GeonamesCityId field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasGeonamesCityId() bool
HasGeonamesCityId returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetCountryCode() string
GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetCountryCodeOk() (*string, bool)
GetCountryCodeOk returns a tuple with the CountryCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) SetCountryCode(v string)
SetCountryCode sets CountryCode field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasCountryCode() bool
HasCountryCode returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) 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 *ListInstitutions200ResponseResultsInnerGeo) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetLatitude() float32
GetLatitude returns the Latitude field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) 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 *ListInstitutions200ResponseResultsInnerGeo) SetLatitude(v float32)
SetLatitude sets Latitude field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasLatitude() bool
HasLatitude returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerGeo) GetLongitude() float32
GetLongitude returns the Longitude field if non-nil, zero value otherwise.
func (o *ListInstitutions200ResponseResultsInnerGeo) 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 *ListInstitutions200ResponseResultsInnerGeo) SetLongitude(v float32)
SetLongitude sets Longitude field to given value.
func (o *ListInstitutions200ResponseResultsInnerGeo) HasLongitude() bool
HasLongitude returns a boolean if a field has been set.