Show / Hide Table of Contents

Class TextMapping

The mapping for the JobConfig.edit_list atoms with text EditAtom.inputs.

Inheritance
object
TextMapping
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 TextMapping : IDirectResponseSchema

Properties

AtomKey

Required. The EditAtom.key that references atom with text inputs in the JobConfig.edit_list.

Declaration
[JsonProperty("atomKey")]
public virtual string AtomKey { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InputKey

Required. The Input.key that identifies the input file.

Declaration
[JsonProperty("inputKey")]
public virtual string InputKey { get; set; }
Property Value
Type Description
string

InputTrack

Required. The zero-based index of the track in the input file.

Declaration
[JsonProperty("inputTrack")]
public virtual int? InputTrack { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX