View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1BrowserVersion (google_api_chrome_management v0.4.0)

Describes a browser version and its install count.

Attributes

  • channel (type: String.t, default: nil) - Output only. The release channel of the installed browser.
  • count (type: String.t, default: nil) - Output only. Count grouped by device_system and major version
  • deviceOsVersion (type: String.t, default: nil) - Output only. Version of the system-specified operating system.
  • system (type: String.t, default: nil) - Output only. The device operating system.
  • version (type: String.t, default: nil) - Output only. The full version of the installed browser.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1BrowserVersion{
    channel: String.t() | nil,
    count: String.t() | nil,
    deviceOsVersion: String.t() | nil,
    system: String.t() | nil,
    version: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.