Workspace constructor

Workspace({
  1. String? accountId,
  2. String? containerId,
  3. String? description,
  4. String? fingerprint,
  5. String? name,
  6. String? path,
  7. String? tagManagerUrl,
  8. String? workspaceId,
})

Implementation

Workspace({
  this.accountId,
  this.containerId,
  this.description,
  this.fingerprint,
  this.name,
  this.path,
  this.tagManagerUrl,
  this.workspaceId,
});