Class: module:models/RegionOCC

module:models/RegionOCC()

new module:models/RegionOCC()

Constructs a new RegionOCC.

Source:

Members

(inner) countryIso :String

Type:
  • String
Source:

(inner) isocode :String

Type:
  • String
Source:

(inner) isocodeShort :String

Type:
  • String
Source:

(inner) name :String

Type:
  • String
Source:

Methods

(static) constructFromObject(data, obj) → {module:models/RegionOCC}

Constructs a RegionOCC from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:models/RegionOCC

Optional instance to populate.

Source:
Returns:

The populated RegionOCC instance.

Type
module:models/RegionOCC