View Source GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesChromeOsAppInfo (google_api_content_warehouse v0.4.0)

The ChromeOS app information of the provider. Next ID: 3

Attributes

  • localizedAppName (type: String.t, default: nil) - The localized app name.
  • packageName (type: String.t, default: nil) - Unique package name that identifies a ChromeOS app of the provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesChromeOsAppInfo{
    localizedAppName: String.t() | nil,
    packageName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.