Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildingDetail ¶
type BuildingDetail struct { ID int `json:"id,omitempty" xml:"id"` Name string `json:"name,omitempty" xml:"name"` StreetAddress1 string `json:"streetAddress1,omitempty" xml:"streetAddress1,omitempty"` StreetAddress2 string `json:"streetAddress2,omitempty" xml:"streetAddress2,omitempty"` City string `json:"city,omitempty" xml:"city,omitempty"` StateProvince string `json:"stateProvince,omitempty" xml:"stateProvince,omitempty"` ZipPostalCode string `json:"zipPostalCode,omitempty" xml:"zipPostalCode,omitempty"` Country string `json:"country,omitempty" xml:"country,omitempty"` Href string `json:"href,omitempty" xml:"href,omitempty"` }
type BuildingScope ¶
type ResponseBuilding ¶
type ResponseBuilding BuildingScope
ResponseBuilding is now directly the BuildingDetail
type ResponseBuildings ¶
type ResponseBuildings struct { Size int `xml:"size"` Buildings []BuildingDetail `xml:"building"` }
For multiple buildings, the structure remains the same.
Click to show internal directories.
Click to hide internal directories.