Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 925 Bytes

ListSubscriptionEventsResponse.md

File metadata and controls

11 lines (8 loc) · 925 Bytes

ListSubscriptionEventsResponse

Properties

Name Type Description Notes
Errors []ModelError Information about errors encountered during the request. [optional] [default to null]
SubscriptionEvents []SubscriptionEvent The `SubscriptionEvents` retrieved. [optional] [default to null]
Cursor string When a response is truncated, it includes a cursor that you can use in a subsequent request to fetch the next set of events. If empty, this is the final response. For more information, see Pagination. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]