ServiceAccountKey constructor

ServiceAccountKey({
  1. bool? disabled,
  2. String? keyAlgorithm,
  3. String? keyOrigin,
  4. String? keyType,
  5. String? name,
  6. String? privateKeyData,
  7. String? privateKeyType,
  8. String? publicKeyData,
  9. String? validAfterTime,
  10. String? validBeforeTime,
})

Implementation

ServiceAccountKey({
  this.disabled,
  this.keyAlgorithm,
  this.keyOrigin,
  this.keyType,
  this.name,
  this.privateKeyData,
  this.privateKeyType,
  this.publicKeyData,
  this.validAfterTime,
  this.validBeforeTime,
});