Struct google_testing1::Distribution[][src]

pub struct Distribution {
    pub measurement_time: Option<String>,
    pub market_share: Option<f64>,
}

Data about the relative number of devices running a given configuration of the Android platform.

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

Fields

The time this distribution was measured. @OutputOnly

The estimated fraction (0-1) of the total market with this configuration. @OutputOnly

Trait Implementations

impl Default for Distribution
[src]

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

impl Clone for Distribution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Distribution
[src]

Formats the value using the given formatter. Read more

impl Part for Distribution
[src]

Auto Trait Implementations