RegionContract interface
Region profile.
Properties
is |
whether Region is deleted. |
is |
whether Region is the master region. |
name | Region name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isDeleted
whether Region is deleted.
isDeleted?: boolean
Property Value
boolean
isMasterRegion
whether Region is the master region.
isMasterRegion?: boolean
Property Value
boolean
name
Region name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string