gracePeriod property

  1. @TagNumber(7)
Duration gracePeriod

Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after grace_period will be ignored.

Implementation

@$pb.TagNumber(7)
$10.Duration get gracePeriod => $_getN(6);
  1. @TagNumber(7)
void gracePeriod=(Duration v)

Implementation

@$pb.TagNumber(7)
set gracePeriod($10.Duration v) { setField(7, v); }