temporalio.client.ScheduleRange
class documentation

Inclusive range for a schedule match value.

def __post_init__(self): (source)

Set field defaults.

Inclusive end of the range.

If unset or less than start, defaults to start.

Inclusive start of the range.

Step to take between each value.

Unset or 0 defaults as 1.

def _from_protos(ranges: Sequence[temporalio.api.schedule.v1.Range]) -> Sequence[ScheduleRange]: (source)

Undocumented

def _to_protos(ranges: Sequence[ScheduleRange]) -> Sequence[temporalio.api.schedule.v1.Range]: (source)

Undocumented

Undocumented