Class SiteSummaryResponse
Response message for GetSiteSummary.
Implements
Inherited Members
Namespace: Google.Apis.AdExperienceReport.v1.Data
Assembly: Google.Apis.AdExperienceReport.v1.dll
Syntax
public class SiteSummaryResponse : IDirectResponseSchema
Properties
DesktopSummary
The site's Ad Experience Report summary on desktop.
Declaration
[JsonProperty("desktopSummary")]
public virtual PlatformSummary DesktopSummary { get; set; }
Property Value
Type | Description |
---|---|
PlatformSummary |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MobileSummary
The site's Ad Experience Report summary on mobile.
Declaration
[JsonProperty("mobileSummary")]
public virtual PlatformSummary MobileSummary { get; set; }
Property Value
Type | Description |
---|---|
PlatformSummary |
ReviewedSite
The name of the reviewed site, e.g. google.com
.
Declaration
[JsonProperty("reviewedSite")]
public virtual string ReviewedSite { get; set; }
Property Value
Type | Description |
---|---|
string |