ListParticipantsResponse

The response message for Participants.ListParticipants.

JSON representation
{
  "participants": [
    {
      object (Participant)
    }
  ],
  "nextPageToken": string
}
Fields
participants[]

object (Participant)

The list of participants. There is a maximum number of items returned based on the pageSize field in the request.

nextPageToken

string

Token to retrieve the next page of results or empty if there are no more results in the list.