Show / Hide Table of Contents

Class AppsDynamiteSharedMeetMetadata

Metadata specific for a Meet call that are required to generate call artifacts.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MeetingCode

Required. A globally unique code (e.g. "cxv-zbgj-wzw") that points to a meeting space. Note: Meeting codes may be regenerated, which will cause old meeting codes to become invalid.

Declaration
[JsonProperty("meetingCode")]
public virtual string MeetingCode { get; set; }
Property Value
Type Description
string

MeetingUrl

Required. A URL, in the format "https://meet.google.com/*" (e.g. https://meet.google.com/cxv-zbgj-wzw), to identify and access the meeting space.

Declaration
[JsonProperty("meetingUrl")]
public virtual string MeetingUrl { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX