google_api_testing v0.19.1 GoogleApi.Testing.V1.Model.Distribution 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

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.