ListReplaysResponse

Response message for Simulator.ListReplays.

JSON representation
{
  "replays": [
    {
      object (Replay)
    }
  ],
  "nextPageToken": string
}
Fields
replays[]

object (Replay)

The list of Replay objects.

nextPageToken

string

A token that you can use to retrieve the next page of results. If this field is omitted, there are no subsequent pages.