Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GeoZone ¶
type GeoZone struct {
mixin.Model
Type string `json:"type"` // "country", "province", "city", "zip"
CountryCode string `json:"countryCode"`
ProvinceCode string `json:"provinceCode"`
City string `json:"city"`
PostalExpression string `json:"postalExpression"`
ServiceZoneId string `json:"serviceZoneId"`
Metadata Map `json:"metadata,omitempty" datastore:"-"`
Metadata_ string `json:"-" datastore:",noindex"`
}
Click to show internal directories.
Click to hide internal directories.