View Source GoogleApi.AdSense.V2.Model.SavedReport (google_api_ad_sense v0.15.0)

Representation of a saved report.

Attributes

  • name (type: String.t, default: nil) - Output only. Resource name of the report. Format: accounts/{account}/reports/{report}
  • title (type: String.t, default: nil) - Report title as specified by publisher.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.SavedReport{
  name: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.