Files
dub-node/docs/models/components/workspaceschema.md
2024-04-14 11:24:56 +05:30

5.2 KiB
Raw Blame History

WorkspaceSchema

Fields

Field Type Required Description
id string ✔️ The unique ID of the workspace.
name string ✔️ The name of the workspace.
slug string ✔️ The slug of the workspace.
logo string The logo of the workspace.
usage number ✔️ The usage of the workspace.
usageLimit number ✔️ The usage limit of the workspace.
linksUsage number ✔️ The links usage of the workspace.
linksLimit number ✔️ The links limit of the workspace.
domainsLimit number ✔️ The domains limit of the workspace.
tagsLimit number ✔️ The tags limit of the workspace.
usersLimit number ✔️ The users limit of the workspace.
plan components.Plan ✔️ The plan of the workspace.
stripeId string ✔️ The Stripe ID of the workspace.
billingCycleStart number ✔️ The date and time when the billing cycle starts for the workspace.
createdAt string ✔️ The date and time when the workspace was created.
users components.Users[] ✔️ The role of the authenticated user in the workspace.
domains components.Domains[] ✔️ The domains of the workspace.