Skip to content

PlacedSite

Properties

Name Type Description Notes
Address Pointer to string site address [optional]
Id Pointer to string site id [optional]
Latitude Pointer to float64 site latitude [optional]
Longitude Pointer to float64 site longitude [optional]
Name Pointer to string site name [optional]
Region Pointer to string site region [optional]

Methods

NewPlacedSite

func NewPlacedSite() *PlacedSite

NewPlacedSite instantiates a new PlacedSite 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

NewPlacedSiteWithDefaults

func NewPlacedSiteWithDefaults() *PlacedSite

NewPlacedSiteWithDefaults instantiates a new PlacedSite 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

GetAddress

func (o *PlacedSite) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *PlacedSite) GetAddressOk() (*string, bool)

GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddress

func (o *PlacedSite) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *PlacedSite) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetId

func (o *PlacedSite) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *PlacedSite) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetId

func (o *PlacedSite) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *PlacedSite) HasId() bool

HasId returns a boolean if a field has been set.

GetLatitude

func (o *PlacedSite) GetLatitude() float64

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

GetLatitudeOk

func (o *PlacedSite) GetLatitudeOk() (*float64, 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 *PlacedSite) SetLatitude(v float64)

SetLatitude sets Latitude field to given value.

HasLatitude

func (o *PlacedSite) HasLatitude() bool

HasLatitude returns a boolean if a field has been set.

GetLongitude

func (o *PlacedSite) GetLongitude() float64

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

GetLongitudeOk

func (o *PlacedSite) GetLongitudeOk() (*float64, 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 *PlacedSite) SetLongitude(v float64)

SetLongitude sets Longitude field to given value.

HasLongitude

func (o *PlacedSite) HasLongitude() bool

HasLongitude returns a boolean if a field has been set.

GetName

func (o *PlacedSite) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *PlacedSite) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *PlacedSite) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PlacedSite) HasName() bool

HasName returns a boolean if a field has been set.

GetRegion

func (o *PlacedSite) GetRegion() string

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

GetRegionOk

func (o *PlacedSite) 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 *PlacedSite) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *PlacedSite) HasRegion() bool

HasRegion returns a boolean if a field has been set.

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