Show / Hide Table of Contents

Class GetParticipantRequest

Request to get a participant.

Inheritance
object
GetParticipantRequest
Implements
IMessage<GetParticipantRequest>
IEquatable<GetParticipantRequest>
IDeepCloneable<GetParticipantRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Meet.V2Beta
Assembly: Google.Apps.Meet.V2Beta.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
In this article
Back to top Generated by DocFX