Class ThirdPartyLinksResource.DeleteRequest
Deletes a resource.
Inheritance
ThirdPartyLinksResource.DeleteRequest
  Inherited Members
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ThirdPartyLinksResource.DeleteRequest : YouTubeBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequestConstructors
DeleteRequest(IClientService, string, TypeEnum)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string linkingToken, ThirdPartyLinksResource.DeleteRequest.TypeEnum type)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| string | linkingToken | |
| ThirdPartyLinksResource.DeleteRequest.TypeEnum | type | 
Properties
ExternalChannelId
Channel ID to which changes should be applied, for delegation.
Declaration
[RequestParameter("externalChannelId", RequestParameterType.Query)]
public virtual string ExternalChannelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
LinkingToken
Delete the partner links with the given linking token.
Declaration
[RequestParameter("linkingToken", RequestParameterType.Query)]
public virtual string LinkingToken { get; }Property Value
| Type | Description | 
|---|---|
| string | 
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Part
Do not use. Required for compatibility.
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
Type
Type of the link to be deleted.
Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual ThirdPartyLinksResource.DeleteRequest.TypeEnum Type { get; }Property Value
| Type | Description | 
|---|---|
| ThirdPartyLinksResource.DeleteRequest.TypeEnum | 
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()