Skip to content

Latest commit

 

History

History
102 lines (57 loc) · 2.88 KB

GeoDistanceLocationAnchor.md

File metadata and controls

102 lines (57 loc) · 2.88 KB

GeoDistanceLocationAnchor

Properties

Name Type Description Notes
Lat Pointer to interface{} Latitude of the anchor point [optional]
Lon Pointer to interface{} Longitude of the anchor point [optional]

Methods

NewGeoDistanceLocationAnchor

func NewGeoDistanceLocationAnchor() *GeoDistanceLocationAnchor

NewGeoDistanceLocationAnchor instantiates a new GeoDistanceLocationAnchor 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

NewGeoDistanceLocationAnchorWithDefaults

func NewGeoDistanceLocationAnchorWithDefaults() *GeoDistanceLocationAnchor

NewGeoDistanceLocationAnchorWithDefaults instantiates a new GeoDistanceLocationAnchor 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

GetLat

func (o *GeoDistanceLocationAnchor) GetLat() interface{}

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

GetLatOk

func (o *GeoDistanceLocationAnchor) GetLatOk() (*interface{}, 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 *GeoDistanceLocationAnchor) SetLat(v interface{})

SetLat sets Lat field to given value.

HasLat

func (o *GeoDistanceLocationAnchor) HasLat() bool

HasLat returns a boolean if a field has been set.

SetLatNil

func (o *GeoDistanceLocationAnchor) SetLatNil(b bool)

SetLatNil sets the value for Lat to be an explicit nil

UnsetLat

func (o *GeoDistanceLocationAnchor) UnsetLat()

UnsetLat ensures that no value is present for Lat, not even an explicit nil

GetLon

func (o *GeoDistanceLocationAnchor) GetLon() interface{}

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

GetLonOk

func (o *GeoDistanceLocationAnchor) GetLonOk() (*interface{}, 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 *GeoDistanceLocationAnchor) SetLon(v interface{})

SetLon sets Lon field to given value.

HasLon

func (o *GeoDistanceLocationAnchor) HasLon() bool

HasLon returns a boolean if a field has been set.

SetLonNil

func (o *GeoDistanceLocationAnchor) SetLonNil(b bool)

SetLonNil sets the value for Lon to be an explicit nil

UnsetLon

func (o *GeoDistanceLocationAnchor) UnsetLon()

UnsetLon ensures that no value is present for Lon, not even an explicit nil

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