AssistantApiCoreTypesChromeOsAppInfo

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesChromeOsAppInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesChromeOsAppInfo