DefaultResources class

The default resources associated with the Project.

Constructors

DefaultResources({String? hostingSite, String? locationId, String? realtimeDatabaseInstance, String? storageBucket})
DefaultResources.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
hostingSite String?
The default Firebase Hosting site name, in the format: PROJECT_ID Though rare, your projectId might already be used as the name for an existing Hosting site in another project (learn more about creating non-default, additional sites).
getter/setter pair
locationId String?
The ID of the Project's default GCP resource location.
getter/setter pair
realtimeDatabaseInstance String?
The default Firebase Realtime Database instance name, in the format: PROJECT_ID Though rare, your projectId might already be used as the name for an existing Realtime Database instance in another project (learn more about database sharding).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBucket String?
The default Cloud Storage for Firebase storage bucket, in the format: PROJECT_ID.appspot.com
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