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. |
require 'clerk-http-client'
instance = ClerkHttpClient::RedirectURL.new(
object: null,
id: null,
url: null,
created_at: null,
updated_at: null
)