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

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.