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

Response message for GetSiteSummary.

Attributes

  • desktopSummary (type: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t, default: nil) - Summary for the desktop review of the site.
  • mobileSummary (type: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t, default: nil) - Summary for the mobile review of the site.
  • reviewedSite (type: String.t, default: nil) - The name of the site reviewed.

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.