Class AbuseReportingConfig
Abuse reporting configuration outlining what is supported in this conference.
Inheritance
object
AbuseReportingConfig
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 AbuseReportingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecordingAllowed
Whether the current call may include video recordings in its abuse reports.
Declaration
[JsonProperty("recordingAllowed")]
public virtual bool? RecordingAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WrittenUgcAllowed
Whether the current call may include user generated content (chat, polls, Q&A...) in its abuse reports.
Declaration
[JsonProperty("writtenUgcAllowed")]
public virtual bool? WrittenUgcAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |