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