GoogleDatastoreAdminV1ListIndexesResponse constructor

GoogleDatastoreAdminV1ListIndexesResponse({
  1. List<GoogleDatastoreAdminV1Index>? indexes,
  2. String? nextPageToken,
})

Implementation

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