jobDTO
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Copyright 2014 WANdisco.
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
id (string) | 0/1 | |
name (string) | 0/1 | |
status (jobStatus) | 0/1 | |
result (jobResult) | 0/1 | |
out (string) | 0/1 | |
err (string) | 0/1 | |
childJobs (jobDTO) | 0/unbounded |
JSON
property | type | description |
---|---|---|
id | id (string) | |
name | name (string) | |
status | status (jobStatus) | |
result | result (jobResult) | |
out | out (string) | |
err | err (string) | |
childJobs | array of childJobs (jobDTO) |