Model definition for a landing page or site page version. Contains metadata describing the version of the page. It can be used to view edit history of a page.

Constructors

Properties

id: string

ID of this page version.

object: Page
updatedAt: Date
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]