CreateServiceAccountKeyRequest constructor

CreateServiceAccountKeyRequest({
  1. String? keyAlgorithm,
  2. String? privateKeyType,
})

Implementation

CreateServiceAccountKeyRequest({
  this.keyAlgorithm,
  this.privateKeyType,
});