Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 6.52 KB

ListInstitutions200ResponseResultsInnerGeo.md

File metadata and controls

212 lines (115 loc) · 6.52 KB

ListInstitutions200ResponseResultsInnerGeo

Properties

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]

Methods

NewListInstitutions200ResponseResultsInnerGeo

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

NewListInstitutions200ResponseResultsInnerGeoWithDefaults

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

GetCity

func (o *ListInstitutions200ResponseResultsInnerGeo) GetCity() string

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

GetCityOk

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.

SetCity

func (o *ListInstitutions200ResponseResultsInnerGeo) SetCity(v string)

SetCity sets City field to given value.

HasCity

func (o *ListInstitutions200ResponseResultsInnerGeo) HasCity() bool

HasCity returns a boolean if a field has been set.

GetGeonamesCityId

func (o *ListInstitutions200ResponseResultsInnerGeo) GetGeonamesCityId() string

GetGeonamesCityId returns the GeonamesCityId field if non-nil, zero value otherwise.

GetGeonamesCityIdOk

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.

SetGeonamesCityId

func (o *ListInstitutions200ResponseResultsInnerGeo) SetGeonamesCityId(v string)

SetGeonamesCityId sets GeonamesCityId field to given value.

HasGeonamesCityId

func (o *ListInstitutions200ResponseResultsInnerGeo) HasGeonamesCityId() bool

HasGeonamesCityId returns a boolean if a field has been set.

GetRegion

func (o *ListInstitutions200ResponseResultsInnerGeo) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

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.

SetRegion

func (o *ListInstitutions200ResponseResultsInnerGeo) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *ListInstitutions200ResponseResultsInnerGeo) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetCountryCode

func (o *ListInstitutions200ResponseResultsInnerGeo) GetCountryCode() string

GetCountryCode returns the CountryCode field if non-nil, zero value otherwise.

GetCountryCodeOk

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.

SetCountryCode

func (o *ListInstitutions200ResponseResultsInnerGeo) SetCountryCode(v string)

SetCountryCode sets CountryCode field to given value.

HasCountryCode

func (o *ListInstitutions200ResponseResultsInnerGeo) HasCountryCode() bool

HasCountryCode returns a boolean if a field has been set.

GetCountry

func (o *ListInstitutions200ResponseResultsInnerGeo) GetCountry() string

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

GetCountryOk

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.

SetCountry

func (o *ListInstitutions200ResponseResultsInnerGeo) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *ListInstitutions200ResponseResultsInnerGeo) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetLatitude

func (o *ListInstitutions200ResponseResultsInnerGeo) GetLatitude() float32

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

GetLatitudeOk

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.

SetLatitude

func (o *ListInstitutions200ResponseResultsInnerGeo) SetLatitude(v float32)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *ListInstitutions200ResponseResultsInnerGeo) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *ListInstitutions200ResponseResultsInnerGeo) GetLongitude() float32

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

GetLongitudeOk

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.

SetLongitude

func (o *ListInstitutions200ResponseResultsInnerGeo) SetLongitude(v float32)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *ListInstitutions200ResponseResultsInnerGeo) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

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