Class YoutubeResource.V3Resource.AudiotracksResource.ListRequest
Retrieves a list of AudioTracks for a video.
Inheritance
YoutubeResource.V3Resource.AudiotracksResource.ListRequest
Inherited Members
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class YoutubeResource.V3Resource.AudiotracksResource.ListRequest : YouTubeBaseServiceRequest<ListAudioTracksResponse>, IClientServiceRequest<ListAudioTracksResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Language
Required. Filter by specific BCP-47 language codes.
Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual Repeatable<string> Language { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Part
Optional. The part parameter specifies a comma-separated list of one or more AudioTrack
resource parts that the API response will include. The part names that you can include in the
parameter value are id and snippet.
Declaration
[RequestParameter("part", RequestParameterType.Query)]
public virtual Repeatable<string> Part { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
VideoId
Required. The external YouTube video ID.
Declaration
[RequestParameter("videoId", RequestParameterType.Query)]
public virtual string VideoId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()