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