LegalPageResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the legal page | [default to null] |
| title | String | Display title of the legal page | [default to null] |
| slug | String | URL-friendly slug for the legal page | [default to null] |
| locale | String | Locale/language code for the legal page (e.g., “en”, “es”) | [default to null] |
| published_version_key | String | Version key of the currently published version, if any | [optional] [default to null] |
| created_at | Date | Timestamp when the legal page was created | [default to null] |
| updated_at | Date | Timestamp when the legal page was last updated | [default to null] |