Interface StructAppendTags

interface StructAppendTags {
    "History+"?: ResourceEvent | ResourceEvent[];
    "Versions+"?: Version | Version[];
}

Properties

"History+"?: ResourceEvent | ResourceEvent[]

Use this to append to existing History records.

"Versions+"?: Version | Version[]

Use this to append to existing Version records.