EnterpriseCrmEventbusProtoNotification constructor
EnterpriseCrmEventbusProtoNotification({
- EnterpriseCrmEventbusProtoBuganizerNotification? buganizerNotification,
- EnterpriseCrmEventbusProtoAddress? emailAddress,
- String? escalatorQueue,
- String? pubsubTopic,
- EnterpriseCrmEventbusProtoCustomSuspensionRequest? request,
Implementation
EnterpriseCrmEventbusProtoNotification({
this.buganizerNotification,
this.emailAddress,
this.escalatorQueue,
this.pubsubTopic,
this.request,
});