AssistantApiCoreTypesIosAppInfo

GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesIosAppInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

  1. bundleIdentifier (type: String.t, default: nil)
    - Bundle identifier that identifies an iOS app of the provider.
  2. localizedAppName (type: String.t, default: nil)
    - The localized app name.
  3. openAppUrl (type: String.t, default: nil)
    - A URL to open the provider's app.

Type

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

Function

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

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