Show / Hide Table of Contents

Class BiddersResource.FinalizedDealsResource

The "finalizedDeals" collection of methods.

Inheritance
object
BiddersResource.FinalizedDealsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class BiddersResource.FinalizedDealsResource

Constructors

FinalizedDealsResource(IClientService)

Constructs a new resource.

Declaration
public FinalizedDealsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists finalized deals. Use the URL path "/v1/buyers/{accountId}/finalizedDeals" to list finalized deals for the current buyer and its clients. Bidders can use the URL path "/v1/bidders/{accountId}/finalizedDeals" to list finalized deals for the bidder, its buyers and all their clients.

Declaration
public virtual BiddersResource.FinalizedDealsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The buyer to list the finalized deals for, in the format: buyers/{accountId}. When used to list finalized deals for a bidder, its buyers and clients, in the format bidders/{accountId}.

Returns
Type Description
BiddersResource.FinalizedDealsResource.ListRequest
In this article
Back to top Generated by DocFX