Client constructor

Client({
  1. String? accountId,
  2. String? clientId,
  3. String? containerId,
  4. String? fingerprint,
  5. String? name,
  6. String? notes,
  7. List<Parameter>? parameter,
  8. String? parentFolderId,
  9. String? path,
  10. int? priority,
  11. String? tagManagerUrl,
  12. String? type,
  13. String? workspaceId,
})

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,
});