| Name | Type | Description | Notes |
|---|---|---|---|
| Hits | Pointer to []GeocodingLocation | [optional] | |
| Took | Pointer to float32 | in ms | [optional] |
func NewGeocodingResponse() *GeocodingResponse
NewGeocodingResponse instantiates a new GeocodingResponse 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 NewGeocodingResponseWithDefaults() *GeocodingResponse
NewGeocodingResponseWithDefaults instantiates a new GeocodingResponse 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 *GeocodingResponse) GetHits() []GeocodingLocation
GetHits returns the Hits field if non-nil, zero value otherwise.
func (o *GeocodingResponse) GetHitsOk() (*[]GeocodingLocation, bool)
GetHitsOk returns a tuple with the Hits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeocodingResponse) SetHits(v []GeocodingLocation)
SetHits sets Hits field to given value.
func (o *GeocodingResponse) HasHits() bool
HasHits returns a boolean if a field has been set.
func (o *GeocodingResponse) GetTook() float32
GetTook returns the Took field if non-nil, zero value otherwise.
func (o *GeocodingResponse) GetTookOk() (*float32, bool)
GetTookOk returns a tuple with the Took field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GeocodingResponse) SetTook(v float32)
SetTook sets Took field to given value.
func (o *GeocodingResponse) HasTook() bool
HasTook returns a boolean if a field has been set.