Class ListAudioTracksResponse
Response for listing AudioTracks.
Implements
Inherited Members
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 |