| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Internal Id, can be used for pagination | [optional] |
| level | int | Level of the block where the bigmap was updated | [optional] |
| timestamp | \DateTime | Timestamp of the block where the bigmap was updated | [optional] |
| bigmap | int | Bigmap ptr | [optional] |
| contract | \Tzkt\Model\BigMapContract | [optional] | |
| path | string | Path to the bigmap in the contract storage | [optional] |
| action | string | Action with the bigmap (`allocate`, `add_key`, `update_key`, `remove_key`, `remove`) | [optional] |
| content | \Tzkt\Model\BigMapUpdateContent | [optional] |