Class YoutubeResource.V3Resource.DeleteAudiotracksRequest
Deletes one or more AudioTracks from a video.
Inheritance
YoutubeResource.V3Resource.DeleteAudiotracksRequest
Inherited Members
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class YoutubeResource.V3Resource.DeleteAudiotracksRequest : YouTubeBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
DeleteAudiotracksRequest(IClientService)
Constructs a new DeleteAudiotracks request.
Declaration
public DeleteAudiotracksRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
AudioTrackId
Required. The audio track ID of the AudioTrack to be deleted (e.g., "v1234567890").
Declaration
[RequestParameter("audioTrackId", RequestParameterType.Query)]
public virtual string AudioTrackId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Part
Optional. The part parameter specifies the 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 DeleteAudiotracks parameter list.
Declaration
protected override void InitParameters()