# Space

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/utilities/clickup/Space)

Component class for a space.

## Signature

```python
Space(
    self,
    id: int,
    name: str,
    private: bool,
    enabled_features: Dict[str, Any],
)
```

## Extends

- `Component`

## Constructors

```python
__init__(
    self,
    id: int,
    name: str,
    private: bool,
    enabled_features: Dict[str, Any],
) -> None
```

| Name | Type |
|------|------|
| `id` | `int` |
| `name` | `str` |
| `private` | `bool` |
| `enabled_features` | `Dict[str, Any]` |


## Properties

- `id`
- `name`
- `private`
- `enabled_features`

## Methods

- [`from_data()`](https://reference.langchain.com/python/langchain-community/utilities/clickup/Space/from_data)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/a6a6079511ac8a5c1293337f88096b8641562e77/libs/community/langchain_community/utilities/clickup.py#L131)