class documentation

Inclusive range for a schedule match value.

Method __post_init__ Set field defaults.
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
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.

Undocumented