usageEndDateTime property

GoogleTypeDateTime? usageEndDateTime
getter/setter pair

The latest usage date time (exclusive).

If you use time groupings (daily, weekly, etc), each group uses midnight to midnight (Pacific time). The usage end date is rounded down to include all usage from the specified date. We recommend that clients pass usage_start_date_time in Pacific time.

Implementation

GoogleTypeDateTime? usageEndDateTime;