temporalio.client.ScheduleRange

def __post_init__(self): (source)

Set field defaults.

end: int = (source)

Inclusive end of the range.

If unset or less than start, defaults to start.

start: int = (source)

Inclusive start of the range.

step: int = (source)

Step to take between each value.

Unset or 0 defaults as 1.

def _from_proto(range: temporalio.api.schedule.v1.Range) -> ScheduleRange: (source)

Undocumented

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

def _to_proto(self) -> temporalio.api.schedule.v1.Range: (source)

Undocumented