ActivityScheduledEventDetails constructor
ActivityScheduledEventDetails({
- required String resource,
- int? heartbeatInSeconds,
- String? input,
- HistoryEventExecutionDataDetails? inputDetails,
- int? timeoutInSeconds,
Implementation
ActivityScheduledEventDetails({
required this.resource,
this.heartbeatInSeconds,
this.input,
this.inputDetails,
this.timeoutInSeconds,
});