Continent

Description

An object representing Continents. These objects are saved as part of the Geolocation package install. These objects can be used in Geolocation objects which will be used to create location based policies. These objects are NOT user editable (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)

Supported Operations

Model Properties

Property Required Type Description
name True string The name of the Continent object
code True integer An integer used to represent the internal Continent Code of the Continent object
Field level constraints: cannot be null, must be between 0 and 9223372036854775807 (inclusive). (Note: Additional constraints might exist)
deprecated False boolean A Boolean value, TRUE or FALSE. The TRUE value indicates that this object is deprecated
countries False [object] A list of country objects representing the countries that are contained within this Continent object
Allowed types are: [Country]
countryCodes False [integer] A list of country codes representing the countries that are contained within this Continent object
id False string A unique string identifier assigned by the system when the object is created. No assumption can be made on the format or content of this identifier. The identifier must be provided whenever attempting to modify/delete (or reference) an existing object.
Field level constraints: must match pattern ^((?!;).)*$. (Note: Additional constraints might exist)
type True string A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name.