GoogleFirestoreAdminV1ListDatabasesResponse class
The list of databases for a project.
Constructors
-
GoogleFirestoreAdminV1ListDatabasesResponse({List<
GoogleFirestoreAdminV1Database> ? databases, List<String> ? unreachable}) - GoogleFirestoreAdminV1ListDatabasesResponse.fromJson(Map json_)
Properties
-
databases
↔ List<
GoogleFirestoreAdminV1Database> ? -
The databases in the project.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unreachable
↔ List<
String> ? -
In the event that data about individual databases cannot be listed they
will be recorded here.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited