output property

JobOutput? output
final

If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object. A section of the request or response body that provides information about the transcoded (target) file.

Implementation

final JobOutput? output;