Class GetParticipantSessionRequest
Request to get a participant session.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class GetParticipantSessionRequest : IMessage<GetParticipantSessionRequest>, IEquatable<GetParticipantSessionRequest>, IDeepCloneable<GetParticipantSessionRequest>, IBufferMessage, IMessage
Constructors
GetParticipantSessionRequest()
Declaration
public GetParticipantSessionRequest()
GetParticipantSessionRequest(GetParticipantSessionRequest)
Declaration
public GetParticipantSessionRequest(GetParticipantSessionRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetParticipantSessionRequest | other |
Properties
Name
Required. Resource name of the participant.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParticipantSessionName
ParticipantSessionName-typed view over the Name resource name property.
Declaration
public ParticipantSessionName ParticipantSessionName { get; set; }
Property Value
Type | Description |
---|---|
ParticipantSessionName |