ListFinalizedDealsResponse

  • This response message provides a list of finalized deals for a buyer.

  • The response includes the finalized deals and a token to retrieve the next page of results if available.

  • Each finalized deal is represented by a FinalizedDeal object.

Response message for listing finalized deals.

JSON representation
{
  "finalizedDeals": [
    {
      object (FinalizedDeal)
    }
  ],
  "nextPageToken": string
}
Fields
finalizedDeals[]

object (FinalizedDeal)

The list of finalized deals.

nextPageToken

string

Token to fetch the next page of results.