Properties
| Property | Type |
|---|---|
id * | string |
url | string |
status | |
createdAt | string(date-time) |
updatedAt | string(date-time) |
deletedAt | string(date-time) |
properties | object { < * >: string } |
key * | string |
Example
{
"id": "example-id",
"url": null,
"status": null,
"createdAt": null,
"updatedAt": null,
"deletedAt": null,
"properties": null,
"key": "example-key"
}