Interface StructAppendTags

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

Properties

Use this to append to existing History records.

Versions+?: Version | Version[]

Use this to append to existing Version records.