Show / Hide Table of Contents

Class VideoCallMetadata

Inheritance
System.Object
VideoCallMetadata
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 VideoCallMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Boolean>

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
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top