func NewLocation(properties LocationProperties, ) *Location
func NewLocationWithDefaults() *Location
func (o *Location) GetId() string
func (o *Location) GetIdOk() (*string, bool)
func (o *Location) SetId(v string)
func (o *Location) HasId() bool
func (o *Location) GetType() Type
func (o *Location) GetTypeOk() (*Type, bool)
func (o *Location) SetType(v Type)
func (o *Location) HasType() bool
func (o *Location) GetHref() string
func (o *Location) GetHrefOk() (*string, bool)
func (o *Location) SetHref(v string)
func (o *Location) HasHref() bool
func (o *Location) GetMetadata() DatacenterElementMetadata
func (o *Location) GetMetadataOk() (*DatacenterElementMetadata, bool)
func (o *Location) SetMetadata(v DatacenterElementMetadata)
func (o *Location) HasMetadata() bool
func (o *Location) GetProperties() LocationProperties
func (o *Location) GetPropertiesOk() (*LocationProperties, bool)
func (o *Location) SetProperties(v LocationProperties)