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

The Home 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 Home app of the provider.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.