Represents a Workspace in Wacht
id
(string, optional): The unique identifier of the workspace.organization_id
(string, optional): The ID of the organization this workspace belongs to.name
(string, optional): The name of the workspace.slug
(string, optional): The URL-friendly slug of the workspace.description
(string, optional): A description of the workspace.created_at
(string, optional): The timestamp when the workspace was created.updated_at
(string, optional): The timestamp when the workspace was last updated.member_count
(number, optional): The number of members in the workspace.roles
(WorkspaceRole[], optional): A list of roles defined within this workspace.