Class JobTemplate
Transcoding job template resource.
Implements
Inherited Members
Namespace: Google.Apis.Transcoder.v1.Data
Assembly: Google.Apis.Transcoder.v1.dll
Syntax
public class JobTemplate : IDirectResponseSchema
Properties
Config
The configuration for this template.
Declaration
[JsonProperty("config")]
public virtual JobConfig Config { get; set; }
Property Value
Type | Description |
---|---|
JobConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Labels
The labels associated with this job template. You can use these to organize and group your job templates.
Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Name
The resource name of the job template. Format:
projects/{project_number}/locations/{location}/jobTemplates/{job_template}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |