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

Representation of a saved report.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.