Space#
- class langchain_community.utilities.clickup.Space(id: int, name: str, private: bool, enabled_features: Dict[str, Any])[source]#
Component class for a space.
Attributes
Methods
- Parameters:
id (int) โ
name (str) โ
private (bool) โ
enabled_features (Dict[str, Any]) โ
- __init__(id: int, name: str, private: bool, enabled_features: Dict[str, Any]) None #
- Parameters:
id (int) โ
name (str) โ
private (bool) โ
enabled_features (Dict[str, Any]) โ
- Return type:
None