WebhookEventMetadata constructor
const
WebhookEventMetadata({
- WebhookEntityRef? user,
- WebhookSchemaInfo? schema,
- WebhookEntityRef? record,
- WebhookRecordIds? records,
- String? integrationId,
Implementation
const WebhookEventMetadata({
this.user,
this.schema,
this.record,
this.records,
this.integrationId,
});