View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryAppUninstallEvent (google_api_chrome_management v0.8.0)

App uninstall 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.
  • appType (type: String.t, default: nil) - Type of app.
  • appUninstallSource (type: String.t, default: nil) - App uninstall source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1TelemetryAppUninstallEvent{
    appId: String.t() | nil,
    appType: String.t() | nil,
    appUninstallSource: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.