Class VideoCallMetadata
Inheritance
object
VideoCallMetadata
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 VideoCallMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MeetingSpace
Thor meeting space.
Declaration
[JsonProperty("meetingSpace")]
public virtual MeetingSpace MeetingSpace { get; set; }
Property Value
| Type | Description |
|---|---|
| MeetingSpace |
ShouldNotRender
If this field is set to true, server should still contact external backends to get metadata for search but clients should not render this chip.
Declaration
[JsonProperty("shouldNotRender")]
public virtual bool? ShouldNotRender { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
WasCreatedInCurrentGroup
Whether this meeting space was created via Dynamite in this Dynamite group.
Declaration
[JsonProperty("wasCreatedInCurrentGroup")]
public virtual bool? WasCreatedInCurrentGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |