Readonly
contentThe content of the draft at the time this version was saved
Readonly
createdTimestamp for the creation of the version
Optional
Readonly
draftThe Draft object related to the version. Typically not needed, as versions are accessed through the versions
property of a draft.
Readonly
uuidUnique identifier of this version
Version objects represent individual versions in a draft's version history. Versions are accessed using the
versions
property of the Draft object.Example