Struct google_cloudbilling1::AggregationInfo[][src]

pub struct AggregationInfo {
    pub aggregation_level: Option<String>,
    pub aggregation_count: Option<i32>,
    pub aggregation_interval: Option<String>,
}

Represents the aggregation level and interval for pricing of a single SKU.

This type is not used in any activity, and only used as part of another schema.

Fields

no description provided

The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is 14, aggregation will be over 14 days.

no description provided

Trait Implementations

impl Default for AggregationInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for AggregationInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AggregationInfo
[src]

Formats the value using the given formatter. Read more

impl Part for AggregationInfo
[src]

Auto Trait Implementations