View Source GoogleApi.DFAReporting.V33.Model.MobileApp (google_api_dfa_reporting v0.28.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.