Show / Hide Table of Contents

Class GetParticipantSessionRequest

Request to get a participant session.

Inheritance
object
GetParticipantSessionRequest
Implements
IMessage<GetParticipantSessionRequest>
IEquatable<GetParticipantSessionRequest>
IDeepCloneable<GetParticipantSessionRequest>
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 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
In this article
Back to top Generated by DocFX