EventPeriodUpdate constructor

EventPeriodUpdate({
  1. String? kind,
  2. EventPeriodRange? timePeriod,
  3. List<EventUpdateRequest>? updates,
})

Implementation

EventPeriodUpdate({this.kind, this.timePeriod, this.updates});