LegalPageVersionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for this version | [default to null] |
| legal_page_id | Long | ID of the parent legal page this version belongs to | [default to null] |
| version_key | String | Version key/identifier (e.g., “v1.0”, “v2.1”) | [default to null] |
| title | String | Title of this specific version | [default to null] |
| content | String | Full content/body text of this version | [default to null] |
| effective_date | String | Date when this version becomes effective (optional) | [optional] [default to null] |
| created_at | Date | Timestamp when this version was created | [default to null] |