Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 537 Bytes

RedirectURL.md

File metadata and controls

26 lines (20 loc) · 537 Bytes

ClerkHttpClient::RedirectURL

Properties

Name Type Description Notes
object String
id String
url String
created_at Integer Unix timestamp of creation.
updated_at Integer Unix timestamp of last update.

Example

require 'clerk-http-client'

instance = ClerkHttpClient::RedirectURL.new(
  object: null,
  id: null,
  url: null,
  created_at: null,
  updated_at: null
)