Class RecordingEvent
A recording event is something that happens to the recording in a conference.
Inheritance
object
RecordingEvent
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 RecordingEvent : IDirectResponseSchema
Properties
DeviceId
The initiator of the latest event of the recording. It will be set for all user events (type is 100-199)
and unset for all server events (type is 200-299).
Declaration
[JsonProperty("deviceId")]
public virtual string DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of event.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |