ListSchemasResponse constructor

ListSchemasResponse({
  1. String? nextToken,
  2. List<DatasetSchemaSummary>? schemas,
})

Implementation

ListSchemasResponse({
  this.nextToken,
  this.schemas,
});