Class ContentReportSummary
Summarized info of content reports. Usually less expensive to fetch than to fetch all detailed reports. Set only when the request asks for it.
Inheritance
object
ContentReportSummary
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ContentReportSummary : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumberReports
Total number of reports attached to this (revision of) message.
Declaration
[JsonProperty("numberReports")]
public virtual int? NumberReports { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NumberReportsAllRevisions
Totoal number of reports attached to all revisions of this message (i.e. since creation). Set only when the request asks for it.
Declaration
[JsonProperty("numberReportsAllRevisions")]
public virtual int? NumberReportsAllRevisions { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |