Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.74 KB

File metadata and controls

11 lines (8 loc) · 1.74 KB

PlatformTriggerListResponse

Fields

Field Type Required Description
results List[models.PlatformTrigger] ✔️ Triggers owned by the caller.
has_more bool ✔️ Whether additional results are available.
next_cursor Nullable[str] ✔️ Cursor for the next page, or null when no more results are available.
request_id str ✔️ Platform-generated request ID for support correlation.