GoogleFirestoreAdminV1beta1ListIndexesResponse constructor

GoogleFirestoreAdminV1beta1ListIndexesResponse({
  1. List<GoogleFirestoreAdminV1beta1Index>? indexes,
  2. String? nextPageToken,
})

Implementation

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