GoogleApi.DFAReporting.V34.Model.MobileApp (google_api_dfa_reporting v0.31.0)

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: 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.