Show / Hide Table of Contents

Class AppsDynamiteSharedCallAnnotationData

Data used to render Meet or Google Voice chips in Chat. See go/dynamite-calling-artifacts-in-chat.

Inheritance
object
AppsDynamiteSharedCallAnnotationData
Implements
IDirectResponseSchema
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 AppsDynamiteSharedCallAnnotationData : IDirectResponseSchema

Properties

CallEndedTimestamp

Timestamp when the call ended. Used to render the call ended system message.

Declaration
[JsonProperty("callEndedTimestamp")]
public virtual object CallEndedTimestamp { get; set; }
Property Value
Type Description
object

CallMetadata

Required. Call metadata required to create the call artifacts. For now, the metadata contains only the call id to identify the call. This field allows additional data (e.g. voice call type) to be added if needed in the future.

Declaration
[JsonProperty("callMetadata")]
public virtual AppsDynamiteSharedCallMetadata CallMetadata { get; set; }
Property Value
Type Description
AppsDynamiteSharedCallMetadata

CallStatus

Required. Indicates the call status for the space. Used to determine the chip's state.

Declaration
[JsonProperty("callStatus")]
public virtual string CallStatus { 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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX