Client constructor
      
      Client({})
     
    
    
Implementation
Client({
  this.accountId,
  this.clientId,
  this.containerId,
  this.fingerprint,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.path,
  this.priority,
  this.tagManagerUrl,
  this.type,
  this.workspaceId,
});