Provides details of the TimerStarted event.
示例#1
0
 public HistoryEvent WithTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
 {
     this.timerStartedEventAttributes = timerStartedEventAttributes;
     return this;
 }