View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryAppInstallEvent (google_api_chrome_management v0.6.0)

App installation data.

Attributes

  • appId (type: String.t, default: nil) - App id. For PWAs this is the start URL, and for extensions this is the extension id.
  • appInstallReason (type: String.t, default: nil) - App installation reason.
  • appInstallSource (type: String.t, default: nil) - App installation source.
  • appInstallTime (type: String.t, default: nil) - App installation time depending on the app lifecycle.
  • appType (type: String.t, default: nil) - Type of app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryAppInstallEvent{
    appId: String.t() | nil,
    appInstallReason: String.t() | nil,
    appInstallSource: String.t() | nil,
    appInstallTime: String.t() | nil,
    appType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.