# BatchUpdateDataSchema

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/sheets/write_sheet_tools/BatchUpdateDataSchema)

Schema for a single range update in batch operation.

## Signature

```python
BatchUpdateDataSchema()
```

## Extends

- `BaseModel`

## Properties

- `range`
- `values`

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/4519f3c4b7fb2bb93f13ca48d35c423b6afd3b03/libs/community/langchain_google_community/sheets/write_sheet_tools.py#L514)