Struct google_cloudbilling1::TierRate[][src]

pub struct TierRate {
    pub unit_price: Option<Money>,
    pub start_usage_amount: Option<f64>,
}

The price rate indicating starting usage and its corresponding price.

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

Fields

The price per unit of usage. Example: unit_price of amount $10 indicates that each unit will cost $10.

Usage is priced at this rate only after this amount. Example: start_usage_amount of 10 indicates that the usage will be priced at the unit_price after the first 10 usage_units.

Trait Implementations

impl Default for TierRate
[src]

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

impl Clone for TierRate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TierRate
[src]

Formats the value using the given formatter. Read more

impl Part for TierRate
[src]

Auto Trait Implementations

impl Send for TierRate

impl Sync for TierRate