Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| events | List[EventData] | Array of multivariate events matching the query criteria. | |
| cursor | str | Pagination cursor for the next page. Empty if there are no more results. |
Python SDK model: GetMultivariateEventsResponse
| Name | Type | Description | Notes |
|---|---|---|---|
| events | List[EventData] | Array of multivariate events matching the query criteria. | |
| cursor | str | Pagination cursor for the next page. Empty if there are no more results. |