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

Developers register a client in Google API Console to get the deep-linking feature on Google+ posts or frames about their apps. The client data is stored in this proto.

Attributes

  • androidPackageName (type: String.t, default: nil) - Android app's package name to generate the deep-link URI.
  • iosAppStoreId (type: String.t, default: nil) - iOS app's App Store ID to generate the App Store URL when app is not installed on device.
  • iosBundleId (type: String.t, default: nil) - iOS app's bundle ID to generate the deep-link URI.
  • type (type: String.t, default: nil) - Type of Google API Console client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.EmbedsPackagingServiceClient{
  androidPackageName: String.t() | nil,
  iosAppStoreId: String.t() | nil,
  iosBundleId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.