ListTransferResourcesResponse

Response for the transferResources.list RPC.

JSON representation
{
  "transferResources": [
    {
      object (TransferResource)
    }
  ],
  "nextPageToken": string
}
Fields
transferResources[]

object (TransferResource)

Output only. The transfer resources.

nextPageToken

string

Output only. A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.