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