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
measurement_time: Option<String>
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]
fn default() -> Distribution[src]
Returns the "default value" for a type. Read more
impl Clone for Distribution[src]
fn clone(&self) -> Distribution[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more