Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 545 Bytes

RedirectResult.md

File metadata and controls

22 lines (16 loc) · 545 Bytes

SajariAPIClient::RedirectResult

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::RedirectResult.new(
  id: null,
  target: null,
  token: null
)