View Source GoogleApi.DisplayVideo.V1.Model.MobileApp (google_api_display_video v0.35.0)

A mobile app promoted by a mobile app install line item.

Attributes

  • appId (type: String.t, default: nil) - Required. The ID of the app provided by the platform store. Android apps are identified by the bundle ID used by Android's Play store, such as com.google.android.gm. iOS apps are identified by a nine-digit app ID used by Apple's App store, such as 422689480.
  • displayName (type: String.t, default: nil) - Output only. The app name.
  • platform (type: String.t, default: nil) - Output only. The app platform.
  • publisher (type: String.t, default: nil) - Output only. The app publisher.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.MobileApp{
  appId: String.t() | nil,
  displayName: String.t() | nil,
  platform: String.t() | nil,
  publisher: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.