GoogleFirestoreAdminV1UserCreds constructor

GoogleFirestoreAdminV1UserCreds({
  1. String? createTime,
  2. String? name,
  3. GoogleFirestoreAdminV1ResourceIdentity? resourceIdentity,
  4. String? securePassword,
  5. String? state,
  6. String? updateTime,
})

Implementation

GoogleFirestoreAdminV1UserCreds({
  this.createTime,
  this.name,
  this.resourceIdentity,
  this.securePassword,
  this.state,
  this.updateTime,
});