View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryAppLaunchEvent (google_api_chrome_management v0.5.0)

App launch 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.
  • appLaunchSource (type: String.t, default: nil) - App launch source.
  • 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.GoogleChromeManagementV1TelemetryAppLaunchEvent{
    appId: String.t() | nil,
    appLaunchSource: String.t() | nil,
    appType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.