ServiceAccountKey constructor

ServiceAccountKey({
  1. String? contact,
  2. String? creator,
  3. String? description,
  4. String? disableReason,
  5. bool? disabled,
  6. List<ExtendedStatus>? extendedStatus,
  7. String? keyAlgorithm,
  8. String? keyOrigin,
  9. String? keyType,
  10. String? name,
  11. String? privateKeyData,
  12. String? privateKeyType,
  13. String? publicKeyData,
  14. String? validAfterTime,
  15. String? validBeforeTime,
})

Implementation

ServiceAccountKey({
  this.contact,
  this.creator,
  this.description,
  this.disableReason,
  this.disabled,
  this.extendedStatus,
  this.keyAlgorithm,
  this.keyOrigin,
  this.keyType,
  this.name,
  this.privateKeyData,
  this.privateKeyType,
  this.publicKeyData,
  this.validAfterTime,
  this.validBeforeTime,
});