CreateServiceAccountRequest constructor

CreateServiceAccountRequest({
  1. String? accountId,
  2. ServiceAccount? serviceAccount,
})

Implementation

CreateServiceAccountRequest({
  this.accountId,
  this.serviceAccount,
});