Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 542 Bytes

File metadata and controls

13 lines (9 loc) · 542 Bytes

AbsoluteTimeRange

ISO 8601 timestamps forming a range for a time series query. Start is inclusive and end is exclusive.

Properties

Name Type Required Description
start_time Optional[datetime] No
end_time Optional[datetime] No
type Literal["absolute"] Yes None

[Back to Model list] [Back to API list] [Back to README]