durationDays property

int? durationDays
getter/setter pair

The number of days in the requested date range, e.g., for a range spanning today: 1.

For a range spanning the last 7 days: 7.

Implementation

core.int? durationDays;