ListTestGridSessionsResult constructor

ListTestGridSessionsResult({
  1. String? nextToken,
  2. List<TestGridSession>? testGridSessions,
})

Implementation

ListTestGridSessionsResult({
  this.nextToken,
  this.testGridSessions,
});