GoogleApi.Testing.V1.Model.Distribution (google_api_testing v0.23.0) View Source
Data about the relative number of devices running a given configuration of the Android platform.
Attributes
-
marketShare(type:float(), default:nil) - Output only. The estimated fraction (0-1) of the total market with this configuration. -
measurementTime(type:DateTime.t, default:nil) - Output only. The time this distribution was measured.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Testing.V1.Model.Distribution{
marketShare: float(),
measurementTime: DateTime.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.