autoDelete property

  1. @BuiltValueField(wireName: 'autodelete')
bool? autoDelete

If set to true, the schedule will be removed automatically if expired, if set to false it will be disabled. Default is true. Only visible for non-recurring schedules.

Implementation

@BuiltValueField(wireName: 'autodelete')
bool? get autoDelete;