| productId | UUID | Reference to the Product | |
| templateId | TemplateIdEnum | Landing page template type | [optional] |
| slug | String | URL-friendly slug for the landing page | |
| seoTitle | String | SEO meta title | [optional] |
| seoDescription | String | SEO meta description | [optional] |
| seoKeywords | String | SEO keywords | [optional] |
| ogImageUrl | String | Open Graph image URL | [optional] |
| isPublished | Boolean | Whether the page is published | [optional] |
| publishedAt | OffsetDateTime | When the page was published | [optional] |
| config | String | Page configuration as JSON | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |