Show / Hide Table of Contents

Class PlatformSummary

A site's Ad Experience Report summary on a single platform.

Inheritance
object
PlatformSummary
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 PlatformSummary : IDirectResponseSchema

Properties

BetterAdsStatus

The site's Ad Experience Report status on this platform.

Declaration
[JsonProperty("betterAdsStatus")]
public virtual string BetterAdsStatus { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnforcementTime

object representation of EnforcementTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EnforcementTimeDateTimeOffset instead.")]
public virtual object EnforcementTime { get; set; }
Property Value
Type Description
object

EnforcementTimeDateTimeOffset

DateTimeOffset representation of EnforcementTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EnforcementTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EnforcementTimeRaw

The time at which enforcement against the site began or will begin on this platform. Not set when the filter_status is OFF.

Declaration
[JsonProperty("enforcementTime")]
public virtual string EnforcementTimeRaw { get; set; }
Property Value
Type Description
string

FilterStatus

The site's enforcement status on this platform.

Declaration
[JsonProperty("filterStatus")]
public virtual string FilterStatus { get; set; }
Property Value
Type Description
string

LastChangeTime

object representation of LastChangeTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastChangeTimeDateTimeOffset instead.")]
public virtual object LastChangeTime { get; set; }
Property Value
Type Description
object

LastChangeTimeDateTimeOffset

DateTimeOffset representation of LastChangeTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastChangeTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastChangeTimeRaw

The time at which the site's status last changed on this platform.

Declaration
[JsonProperty("lastChangeTime")]
public virtual string LastChangeTimeRaw { get; set; }
Property Value
Type Description
string

Region

The site's regions on this platform. No longer populated, because there is no longer any semantic difference between sites in different regions.

Declaration
[JsonProperty("region")]
public virtual IList<string> Region { get; set; }
Property Value
Type Description
IList<string>

ReportUrl

A link to the full Ad Experience Report for the site on this platform.. Not set in ViolatingSitesResponse. Note that you must complete the Search Console verification process for the site before you can access the full report.

Declaration
[JsonProperty("reportUrl")]
public virtual string ReportUrl { get; set; }
Property Value
Type Description
string

UnderReview

Whether the site is currently under review on this platform.

Declaration
[JsonProperty("underReview")]
public virtual bool? UnderReview { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX