Class BuyersResource.AuctionPackagesResource.UnsubscribeClientsRequest
Unsubscribe from the auction package for the specified clients of the buyer. Unsubscribing a client that is not subscribed will have no effect.
Inheritance
BuyersResource.AuctionPackagesResource.UnsubscribeClientsRequest
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.AuctionPackagesResource.UnsubscribeClientsRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<AuctionPackage>, IClientServiceRequest<AuctionPackage>, IClientServiceRequest
Constructors
UnsubscribeClientsRequest(IClientService, UnsubscribeClientsRequest, string)
Constructs a new UnsubscribeClients request.
Declaration
public UnsubscribeClientsRequest(IClientService service, UnsubscribeClientsRequest body, string auctionPackage)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
UnsubscribeClientsRequest | body | |
string | auctionPackage |
Properties
AuctionPackage
Required. Name of the auction package. Format:
buyers/{accountId}/auctionPackages/{auctionPackageId}
Declaration
[RequestParameter("auctionPackage", RequestParameterType.Path)]
public virtual string AuctionPackage { get; }
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes UnsubscribeClients parameter list.
Declaration
protected override void InitParameters()