ListTestGridSessionActionsResult constructor

ListTestGridSessionActionsResult({
  1. List<TestGridSessionAction>? actions,
  2. String? nextToken,
})

Implementation

ListTestGridSessionActionsResult({
  this.actions,
  this.nextToken,
});