ListSchemasResponse constructor
ListSchemasResponse({
- String? nextToken,
- List<
DatasetSchemaSummary> ? schemas,
Implementation
ListSchemasResponse({
this.nextToken,
this.schemas,
});