class Google::Apis::AdexperiencereportV1::SiteSummaryResponse
Response message for GetSiteSummary.
Attributes
desktop_summary[RW]
A site's Ad Experience Report summary on a single platform. Corresponds to the JSON property `desktopSummary` @return [Google::Apis::AdexperiencereportV1::PlatformSummary]
mobile_summary[RW]
A site's Ad Experience Report summary on a single platform. Corresponds to the JSON property `mobileSummary` @return [Google::Apis::AdexperiencereportV1::PlatformSummary]
reviewed_site[RW]
The name of the reviewed site, e.g. `google.com`. Corresponds to the JSON property `reviewedSite` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/adexperiencereport_v1/classes.rb, line 107 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/adexperiencereport_v1/classes.rb, line 112 def update!(**args) @desktop_summary = args[:desktop_summary] if args.key?(:desktop_summary) @mobile_summary = args[:mobile_summary] if args.key?(:mobile_summary) @reviewed_site = args[:reviewed_site] if args.key?(:reviewed_site) end