CmsBlogPostSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the blog post. | [default to null] |
| title | String | Title of the blog post. | [default to null] |
| slug | String | URL-friendly slug for the blog post. | [default to null] |
| excerpt | String | Optional excerpt or summary of the blog post. | [optional] [default to null] |
| locale | String | Language/locale code (e.g., “en”, “tr”). | [default to null] |
| featured_image_url | String | Optional URL to the featured image. | [optional] [default to null] |
| published_at | Date | Optional publication timestamp. | [optional] [default to null] |