Show / Hide Table of Contents

Class ListAudioTracksResponse

Response for listing AudioTracks.

Inheritance
object
ListAudioTracksResponse
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ListAudioTracksResponse : IDirectResponseSchema

Properties

AudioTracks

Output only. A list of AudioTracks that match the request criteria.

Declaration
[JsonProperty("audioTracks")]
public virtual IList<AudioTrack> AudioTracks { get; set; }
Property Value
Type Description
IList<AudioTrack>

ETag

Output only. Etag of this response.

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

Kind

Output only. Identifies what kind of resource this is. Value: the fixed string youtube#audiotrackList.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX