Show / Hide Table of Contents

Class MeetSpaceLinkData

Data for Meet space links.

Inheritance
object
MeetSpaceLinkData
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.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MeetSpaceLinkData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HuddleStatus

Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.

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

MeetingCode

Meeting code of the linked Meet space.

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

Type

Indicates the type of the Meet space.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX