ProjectInfo class

A reference to a Google Cloud Platform (GCP) Project.

Constructors

ProjectInfo({String? displayName, String? locationId, String? project})
ProjectInfo.fromJson(Map _json)

Properties

displayName String?
The user-assigned display name of the GCP Project, for example: My App
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
locationId String?
The ID of the Project's default GCP resource location.
getter/setter pair
project String?
The resource name of the GCP Project to which Firebase resources can be added, in the format: projects/PROJECT_IDENTIFIER Refer to the FirebaseProject [name](../projects#FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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