Show / Hide Table of Contents

Class JobTemplate

Transcoding job template resource.

Inheritance
object
JobTemplate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX