ListTestGridSessionArtifactsResult constructor

ListTestGridSessionArtifactsResult({
  1. List<TestGridSessionArtifact>? artifacts,
  2. String? nextToken,
})

Implementation

ListTestGridSessionArtifactsResult({
  this.artifacts,
  this.nextToken,
});