antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CapsuleInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)