SearchSchemasResponse constructor

SearchSchemasResponse({
  1. String? nextToken,
  2. List<SearchSchemaSummary>? schemas,
})

Implementation

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