View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_MobileAppAsset (google_api_search_ads360 v0.3.0)

An asset representing a mobile app.

Attributes

  • appId (type: String.t, default: nil) - Required. A string that uniquely identifies a mobile application. It should just contain the platform native id, like "com.android.ebay" for Android or "12345689" for iOS.
  • appStore (type: String.t, default: nil) - Required. The application store that distributes this specific app.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_MobileAppAsset{
    appId: String.t() | nil,
    appStore: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.