new module:model/InvalidWorkflowResponse(message, validationErrors)
- Source:
Constructs a new InvalidWorkflowResponse.
Parameters:
| Name | Type | Description |
|---|---|---|
message |
String | |
validationErrors |
Array:.<module:model/ValidationErrors:> |
Members
(inner) message :String
- Source:
Type:
- String
(inner) validationErrors :Array:.<module:model/ValidationErrors:>
- Source:
Type:
- Array:.<module:model/ValidationErrors:>
Methods
(static) constructFromObject(data, obj) → {module:model/InvalidWorkflowResponse}
- Source:
Constructs a InvalidWorkflowResponse 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/InvalidWorkflowResponse | Optional instance to populate. |
Returns:
The populated InvalidWorkflowResponse instance.