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