GoogleDatastoreAdminV1ListIndexesResponse constructor
GoogleDatastoreAdminV1ListIndexesResponse({
- List<
GoogleDatastoreAdminV1Index> ? indexes, - String? nextPageToken,
Implementation
GoogleDatastoreAdminV1ListIndexesResponse({this.indexes, this.nextPageToken});