GoogleApi.Testing.V1.Model.Distribution (google_api_testing v0.34.0)
View SourceData 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.Distribution{ marketShare: float() | nil, measurementTime: DateTime.t() | nil }