module:model/BulkProcessResponse

module:model/BulkProcessResponse

new module:model/BulkProcessResponse()

Source:

Constructs a new BulkProcessResponse.

Members

(inner) batchId :String

Source:
Type:
  • String

(inner) batchName :String

Source:
Type:
  • String

(inner) batchSize :String

Source:
Type:
  • String

(inner) errorDetails :Array.<String>

Source:

Array or errors.

Type:
  • Array.<String>

(inner) errors :Array.<String>

Source:
Type:
  • Array.<String>

(inner) queueLimit :String

Source:
Type:
  • String

(inner) totalQueued :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/BulkProcessResponse}

Source:

Constructs a BulkProcessResponse 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:model/BulkProcessResponse

Optional instance to populate.

Returns:

The populated BulkProcessResponse instance.

Type
module:model/BulkProcessResponse