Show / Hide Table of Contents

Class ConferenceRecordsResource.ParticipantsResource

The "participants" collection of methods.

Inheritance
object
ConferenceRecordsResource.ParticipantsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ConferenceRecordsResource.ParticipantsResource

Constructors

ParticipantsResource(IClientService)

Constructs a new resource.

Declaration
public ParticipantsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

ParticipantSessions

Gets the ParticipantSessions resource.

Declaration
public virtual ConferenceRecordsResource.ParticipantsResource.ParticipantSessionsResource ParticipantSessions { get; }
Property Value
Type Description
ConferenceRecordsResource.ParticipantsResource.ParticipantSessionsResource

Methods

Get(string)

Gets a participant by participant ID.

Declaration
public virtual ConferenceRecordsResource.ParticipantsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the participant.

Returns
Type Description
ConferenceRecordsResource.ParticipantsResource.GetRequest

List(string)

Lists the participants in a conference record. By default, ordered by join time and in descending order. This API supports fields as standard parameters like every other API. However, when the fields request parameter is omitted, this API defaults to 'participants/*, next_page_token'.

Declaration
public virtual ConferenceRecordsResource.ParticipantsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Format: conferenceRecords/{conference_record}

Returns
Type Description
ConferenceRecordsResource.ParticipantsResource.ListRequest
In this article
Back to top Generated by DocFX