View Source GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfileMobileApplication (google_api_ad_exchange_buyer v0.41.0)

A mobile application that contains a external app ID, name, and app store.

Attributes

  • appStore (type: String.t, default: nil) - The app store the app belongs to.
  • externalAppId (type: String.t, default: nil) - The external ID for the app from its app store.
  • name (type: String.t, default: nil) - The name of the app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdExchangeBuyer.V2beta1.Model.PublisherProfileMobileApplication{
    appStore: String.t() | nil,
    externalAppId: String.t() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.