ListFinalizedDealsResponse

  • The ListFinalizedDealsResponse is a response message for listing finalized deals.

  • The JSON representation includes a list of finalized deals and an optional next page token.

  • The finalizedDeals field contains a list of FinalizedDeal objects.

  • The nextPageToken field is a string used to fetch the next page of results.

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.