Class Participant
User who attended or is attending a conference.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class Participant : IDirectResponseSchema
Properties
AnonymousUser
Anonymous user.
Declaration
[JsonProperty("anonymousUser")]
public virtual AnonymousUser AnonymousUser { get; set; }
Property Value
Type | Description |
---|---|
AnonymousUser |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EarliestStartTime
object representation of EarliestStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EarliestStartTimeDateTimeOffset instead.")]
public virtual object EarliestStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EarliestStartTimeDateTimeOffset
DateTimeOffset representation of EarliestStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EarliestStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EarliestStartTimeRaw
Output only. Time when the participant first joined the meeting.
Declaration
[JsonProperty("earliestStartTime")]
public virtual string EarliestStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestEndTime
object representation of LatestEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestEndTimeDateTimeOffset instead.")]
public virtual object LatestEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestEndTimeDateTimeOffset
DateTimeOffset representation of LatestEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestEndTimeRaw
Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.
Declaration
[JsonProperty("latestEndTime")]
public virtual string LatestEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the participant. Format:
conferenceRecords/{conference_record}/participants/{participant}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneUser
User calling from their phone.
Declaration
[JsonProperty("phoneUser")]
public virtual PhoneUser PhoneUser { get; set; }
Property Value
Type | Description |
---|---|
PhoneUser |
SignedinUser
Signed-in user.
Declaration
[JsonProperty("signedinUser")]
public virtual SignedinUser SignedinUser { get; set; }
Property Value
Type | Description |
---|---|
SignedinUser |