ListIndicesResponse constructor
ListIndicesResponse({
- List<
IndexConfigurationSummary> ? indexConfigurationSummaryItems, - String? nextToken,
Implementation
ListIndicesResponse({
this.indexConfigurationSummaryItems,
this.nextToken,
});