View Source GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse (google_api_ad_experience_report v0.18.0)
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
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdExperienceReport.V1.Model.SiteSummaryResponse{ desktopSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t() | nil, mobileSummary: GoogleApi.AdExperienceReport.V1.Model.PlatformSummary.t() | nil, reviewedSite: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.