Class SiteSummaryResponse
Response message for GetSiteSummary.
Implements
Inherited Members
Namespace: Google.Apis.AbusiveExperienceReport.v1.Data
Assembly: Google.Apis.AbusiveExperienceReport.v1.dll
Syntax
public class SiteSummaryResponse : IDirectResponseSchema
Properties
AbusiveStatus
The site's Abusive Experience Report status.
Declaration
[JsonProperty("abusiveStatus")]
public virtual string AbusiveStatus { 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. 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.
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.
Declaration
[JsonProperty("lastChangeTime")]
public virtual string LastChangeTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportUrl
A link to the full Abusive Experience Report for the site. 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 |
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 |
UnderReview
Whether the site is currently under review.
Declaration
[JsonProperty("underReview")]
public virtual bool? UnderReview { get; set; }
Property Value
Type | Description |
---|---|
bool? |