ServiceAccount constructor

ServiceAccount({
  1. String? description,
  2. bool? disabled,
  3. String? displayName,
  4. String? email,
  5. String? etag,
  6. String? name,
  7. String? oauth2ClientId,
  8. String? projectId,
  9. String? uniqueId,
})

Implementation

ServiceAccount({
  this.description,
  this.disabled,
  this.displayName,
  this.email,
  this.etag,
  this.name,
  this.oauth2ClientId,
  this.projectId,
  this.uniqueId,
});