Class GetParticipantSessionRequest
Request to get a participant session.
Implements
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.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 |