precedingDateRange property

GoogleCloudChannelV1DateRange? precedingDateRange
getter/setter pair

The usage dates immediately preceding date_range with the same duration.

Use this to calculate trending usage and costs. This is only populated if you request trending data. For example, if date_range is July 1-15, preceding_date_range will be June 16-30.

Implementation

GoogleCloudChannelV1DateRange? precedingDateRange;