Show / Hide Table of Contents

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
System.Object
ContentReportSummary
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.Nullable<System.Int32>

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
System.Nullable<System.Int32>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top