new module:model/JobPayloadDestination(region, theData, obj)
Constructs a new JobPayloadDestination.
Group of inputs
Parameters:
| Name | Type | Description |
|---|---|---|
region |
module:model/JobPayloadDestination.RegionEnum | Region in which to store outputs. Possible values: US, EMEA. By default, it is set to US. |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/JobPayloadDestination | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a JobPayloadDestination 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.
- Source:
(static, readonly) RegionEnum :String
Allowed values for the region property.
Type:
- String
Properties:
| Name | Type | Description |
|---|---|---|
US |
String | value: "US" |
EMEA |
String | value: "EMEA" |
EU |
String | value: "EU" |
- Source:
(inner) region :module:model/JobPayloadDestination.RegionEnum
Region in which to store outputs. Possible values: US, EMEA. By default, it is set to US.
Type:
- Source: