Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 470 Bytes

RedirectResult.md

File metadata and controls

16 lines (8 loc) · 470 Bytes

RedirectResult

Indicates that a redirect has been triggered for a given query.

Properties

Name Type Description Notes
id String The redirect's ID. [optional]
target String The target to redirect the user to. [optional]
token String A redirect token. Call SendEvent with this token to indicate that a redirect has been performed. [optional]