GoogleFirestoreAdminV1ListIndexesResponse constructor

GoogleFirestoreAdminV1ListIndexesResponse({
  1. List<GoogleFirestoreAdminV1Index>? indexes,
  2. String? nextPageToken,
})

Implementation

GoogleFirestoreAdminV1ListIndexesResponse({
  this.indexes,
  this.nextPageToken,
});