func NewLocations() *Locations
func NewLocationsWithDefaults() *Locations
func (o *Locations) GetId() string
func (o *Locations) GetIdOk() (*string, bool)
func (o *Locations) SetId(v string)
func (o *Locations) HasId() bool
func (o *Locations) GetType() Type
func (o *Locations) GetTypeOk() (*Type, bool)
func (o *Locations) SetType(v Type)
func (o *Locations) HasType() bool
func (o *Locations) GetHref() string
func (o *Locations) GetHrefOk() (*string, bool)
func (o *Locations) SetHref(v string)
func (o *Locations) HasHref() bool
func (o *Locations) GetItems() []Location
func (o *Locations) GetItemsOk() (*[]Location, bool)
func (o *Locations) SetItems(v []Location)
func (o *Locations) HasItems() bool