GoogleFirestoreAdminV1beta2ListIndexesResponse constructor

GoogleFirestoreAdminV1beta2ListIndexesResponse({
  1. List<GoogleFirestoreAdminV1beta2Index>? indexes,
  2. String? nextPageToken,
})

Implementation

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