CreateServiceAccountRequest constructor
      
      CreateServiceAccountRequest({ 
    
    
- String? accountId,
- ServiceAccount? serviceAccount,
Implementation
CreateServiceAccountRequest({
  this.accountId,
  this.serviceAccount,
});