# CapsuleInfo
## Properties
**id** | **String** | A globally unique identifier for a capsule |
**domain** | **String** | A globally unique identifier for a domain |
**capsule_tags** | [**Vec<models::Tag>**](Tag.md) | |
**span_tags** | [**models::TagSummary**](TagSummary.md) | |
**size** | **i64** | how big this capsule is |
**created** | **String** | when this capsule was sealed |
**page_key** | Option<**String**> | generated key used to order and paginate on | [optional]
**rows** | **i64** | how many rows this capsule has |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)