google_api_ad_experience_report v0.11.0 GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse View Source

Response message for GetSiteSummary.

Attributes

  • desktopSummary (type: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t, default: nil) - The site's Ad Experience Report summary on desktop.
  • mobileSummary (type: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t, default: nil) - The site's Ad Experience Report summary on mobile.
  • reviewedSite (type: String.t, default: nil) - The name of the reviewed site, e.g. google.com.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse{
  desktopSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(),
  mobileSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t(),
  reviewedSite: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.