ListReplayResultsResponse

Response message for Simulator.ListReplayResults.

JSON representation
{
  "replayResults": [
    {
      object (ReplayResult)
    }
  ],
  "nextPageToken": string
}
Fields
replayResults[]

object (ReplayResult)

The results of running a Replay.

nextPageToken

string

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