Type Alias: DocumentReference
type DocumentReference = object;
Defined in: gen/types.gen.ts:2269
Properties
camunda.document.type?
optional camunda.document.type: "camunda";
Defined in: gen/types.gen.ts:2273
Document discriminator. Always set to "camunda".
contentHash?
optional contentHash: string;
Defined in: gen/types.gen.ts:2285
The hash of the document.
documentId?
optional documentId: DocumentId;
Defined in: gen/types.gen.ts:2281
The ID of the document.
metadata?
optional metadata: DocumentMetadata;
Defined in: gen/types.gen.ts:2286
storeId?
optional storeId: string;
Defined in: gen/types.gen.ts:2277
The ID of the document store.