Appearance
types/time/period.proto
Table of Contents
types/time/period.proto
Period
Represents a time period from start_time to end_time where start_time is inclusive, and end_time is exclusive e.g. [start_time, end_time)
Field | Type | Label | Description |
---|---|---|---|
start_time | google.protobuf.Timestamp | ||
end_time | google.protobuf.Timestamp |