Class BiddersResource.AccountsResource.FilterSetsResource.DeleteRequest
Deletes the requested filter set from the account with the given account ID.
Inheritance
BiddersResource.AccountsResource.FilterSetsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BiddersResource.AccountsResource.FilterSetsResource.DeleteRequest : AdExchangeBuyerIIBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
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
Name
Full name of the resource to delete. For example: - For a bidder-level filter set for bidder
123: bidders/123/filterSets/abc
- For an account-level filter set for the buyer account
representing bidder 123: bidders/123/accounts/123/filterSets/abc
- For an account-level filter
set for the child seat buyer account 456 whose bidder is 123:
bidders/123/accounts/456/filterSets/abc
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()