CreateProfileRequest constructor
      
      CreateProfileRequest({ 
    
    
- Deployment? deployment,
- List<String> ? profileType,
Implementation
CreateProfileRequest({
  this.deployment,
  this.profileType,
});