class documentation

class ScheduleRange: (source)

View In Hierarchy

Inclusive range for a schedule match value.

Warning

Schedules are an experimental feature.

Class Variable end Inclusive end of the range.
Class Variable start Inclusive start of the range.
Class Variable step Step to take between each value.
Static Method _from_proto Undocumented
Static Method _from_protos Undocumented
Static Method _to_protos Undocumented
Method _to_proto Undocumented

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.

Undocumented