GoogleFirestoreAdminV1ListDatabasesResponse constructor

GoogleFirestoreAdminV1ListDatabasesResponse({
  1. List<GoogleFirestoreAdminV1Database>? databases,
  2. List<String>? unreachable,
})

Implementation

GoogleFirestoreAdminV1ListDatabasesResponse({
  this.databases,
  this.unreachable,
});