truncated property

bool? truncated
getter/setter pair

Whether or not this endpoint was truncated.

Truncation occurs when the real hours are outside the times we are willing to return hours between, so we truncate the hours back to these boundaries. This ensures that at most 24 * 7 hours from midnight of the day of the request are returned.

Implementation

core.bool? truncated;