View Source GoogleApi.AdMob.V1.Model.ReportWarning (google_api_ad_mob v0.10.0)

Warnings associated with generation of the report.

Attributes

  • description (type: String.t, default: nil) - Describes the details of the warning message, in English.
  • type (type: String.t, default: nil) - Type of the warning.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdMob.V1.Model.ReportWarning{
  description: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.