Class ContentReport
Inheritance
System.Object
ContentReport
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 ContentReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReportCreateTimestamp
The time at which the report is generated. Always populated when it is in a response.
Declaration
[JsonProperty("reportCreateTimestamp")]
public virtual object ReportCreateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
ReporterUserId
User ID of the reporter. Always populated when it is in a response.
Declaration
[JsonProperty("reporterUserId")]
public virtual UserId ReporterUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |
ReportJustification
Additional user-provided justification on the report. Optional.
Declaration
[JsonProperty("reportJustification")]
public virtual ContentReportJustification ReportJustification { get; set; }
Property Value
| Type | Description |
|---|---|
| ContentReportJustification |
ReportType
Type of the report. Always populated when it is in a response.
Declaration
[JsonProperty("reportType")]
public virtual AppsDynamiteSharedContentReportType ReportType { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedContentReportType |
RevisionCreateTimestamp
Create timestamp of the revisions of the message when it's reported. Always populated when it is in a response.
Declaration
[JsonProperty("revisionCreateTimestamp")]
public virtual object RevisionCreateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Implements
Google.Apis.Requests.IDirectResponseSchema