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

The KaiOS app information of the provider. Next ID: 4

Attributes

  • localizedAppName (type: String.t, default: nil) - The localized app name.
  • openAppUrl (type: String.t, default: nil) - A URL to open the provider's app.
  • packageName (type: String.t, default: nil) - Unique package name that identifies a KaiOS app of the provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.