Class JobOutput
The output result of an executed MediaWorkflowJob.
Inherited Members
Namespace: Oci.MediaservicesService.Models
Assembly: OCI.DotNetSDK.Mediaservices.dll
Syntax
public class JobOutput
  Properties
AssetType
Declaration
[JsonProperty(PropertyName = "assetType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public JobOutput.AssetTypeEnum? AssetType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| JobOutput.AssetTypeEnum? | Type of job output.  | 
      
BucketName
Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The bucket name of the job output.  | 
      
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The ID associated with the job output.  | 
      
NamespaceName
Declaration
[JsonProperty(PropertyName = "namespaceName")]
public string NamespaceName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The namespace name of the job output.  | 
      
ObjectName
Declaration
[JsonProperty(PropertyName = "objectName")]
public string ObjectName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The object name of the job output.  |