Name | Type | Description | Notes |
---|---|---|---|
status | String | ||
strategy | String | ||
attempts | Integer | [optional] | |
expire_at | Integer | [optional] |
require 'clerk-sdk-ruby-backend'
instance = ClerkBackend::Ticket.new(
status: null,
strategy: null,
attempts: null,
expire_at: null
)