Class MeetSpaceLinkData
Data for Meet space links.
Implements
Inherited Members
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 |