Class ContentReport
Inheritance
object
ContentReport
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 ContentReport : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| 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 |
|---|---|
| object |