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