ListTransferLogsResponse

The returned list transfer run messages.

JSON representation
{
  "transferMessages": [
    {
      object (TransferMessage)
    }
  ],
  "nextPageToken": string
}
Fields
transferMessages[]

object (TransferMessage)

Output only. The stored pipeline transfer messages.

nextPageToken

string

Output only. The next-pagination token. For multiple-page list results, this token can be used as the GetTransferRunLogRequest.page_token to request the next page of list results.