GoogleFirebaseExtensionsV1betaPublisherProfile class
A PublisherProfile is a singleton resource for a Project.
It represents the publisher metadata. Since the project-number is considered pii, this proto is not meant for public consumption.
Constructors
- GoogleFirebaseExtensionsV1betaPublisherProfile({String? displayName, String? name, String? publisherId, String? registerTime, String? websiteUri})
- GoogleFirebaseExtensionsV1betaPublisherProfile.fromJson(Map _json)
Properties
- displayName ↔ String?
-
Public human-readable name for the publisher.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Name for the PublisherProfile (e.g.
projects/283847228472/publisherProfile)
getter/setter pair
- publisherId ↔ String?
-
Unique user-friendly ID of publisher (e.g. firebase)
getter/setter pair
- registerTime ↔ String?
-
Register time.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- websiteUri ↔ String?
-
Website associated with the publisher.
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