Class BuyersResource.AuctionPackagesResource.SubscribeClientsRequest
Subscribe the specified clients of the buyer to the auction package. If a client in the list does not belong to the buyer, an error response will be returned, and all of the following clients in the list will not be subscribed. Subscribing an already subscribed client will have no effect.
Inheritance
BuyersResource.AuctionPackagesResource.SubscribeClientsRequest
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.AuctionPackagesResource.SubscribeClientsRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<AuctionPackage>, IClientServiceRequest<AuctionPackage>, IClientServiceRequest
Constructors
SubscribeClientsRequest(IClientService, SubscribeClientsRequest, string)
Constructs a new SubscribeClients request.
Declaration
public SubscribeClientsRequest(IClientService service, SubscribeClientsRequest body, string auctionPackage)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SubscribeClientsRequest | 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 SubscribeClients parameter list.
Declaration
protected override void InitParameters()