Show / Hide Table of Contents

Class SiteSummaryResponse

Response message for GetSiteSummary.

Inheritance
object
SiteSummaryResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX