google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.MobileApp View Source

Contains information about a mobile app. Used as a landing page deep link.

Attributes

  • directory (type: String.t, default: nil) - Mobile app directory.
  • id (type: String.t, default: nil) - ID of this mobile app.
  • kind (type: String.t, default: dfareporting#mobileApp) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#mobileApp".
  • publisherName (type: String.t, default: nil) - Publisher name.
  • title (type: String.t, default: nil) - Title of this mobile app.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.MobileApp{
  directory: String.t(),
  id: String.t(),
  kind: String.t(),
  publisherName: String.t(),
  title: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.