GoogleFirestoreAdminV1UserCreds class
A Cloud Firestore User Creds.
Constructors
- GoogleFirestoreAdminV1UserCreds.new({String? createTime, String? name, GoogleFirestoreAdminV1ResourceIdentity? resourceIdentity, String? securePassword, String? state, String? updateTime})
- GoogleFirestoreAdminV1UserCreds.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time the user creds were created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- resourceIdentity ↔ GoogleFirestoreAdminV1ResourceIdentity?
-
Resource Identity descriptor.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securePassword ↔ String?
-
The plaintext server-generated password for the user creds.
getter/setter pair
- state ↔ String?
-
Whether the user creds are enabled or disabled.
getter/setter pair
- updateTime ↔ String?
-
The time the user creds were last updated.
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