MaintenanceExclusionOptions constructor

MaintenanceExclusionOptions({
  1. String? endTimeBehavior,
  2. String? scope,
})

Implementation

MaintenanceExclusionOptions({this.endTimeBehavior, this.scope});