mirror of
https://github.com/LukeHagar/clerk-sdk-java.git
synced 2025-12-09 20:37:48 +00:00
initial commit with code
This commit is contained in:
12
docs/models/components/RedirectURL.md
Normal file
12
docs/models/components/RedirectURL.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# RedirectURL
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
||||
| `object` | [com.clerk.backend_api.models.components.RedirectURLObject](../../models/components/RedirectURLObject.md) | :heavy_check_mark: | N/A |
|
||||
| `id` | *String* | :heavy_check_mark: | N/A |
|
||||
| `url` | *String* | :heavy_check_mark: | N/A |
|
||||
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation.<br/> |
|
||||
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of last update.<br/> |
|
||||
Reference in New Issue
Block a user