Show / Hide Table of Contents

Class ConferenceRecordsResource

The "conferenceRecords" collection of methods.

Inheritance
object
ConferenceRecordsResource
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

Constructors

ConferenceRecordsResource(IClientService)

Constructs a new resource.

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

Properties

Participants

Gets the Participants resource.

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

Recordings

Gets the Recordings resource.

Declaration
public virtual ConferenceRecordsResource.RecordingsResource Recordings { get; }
Property Value
Type Description
ConferenceRecordsResource.RecordingsResource

Transcripts

Gets the Transcripts resource.

Declaration
public virtual ConferenceRecordsResource.TranscriptsResource Transcripts { get; }
Property Value
Type Description
ConferenceRecordsResource.TranscriptsResource

Methods

Get(string)

Gets a conference record by conference ID.

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

Required. Resource name of the conference.

Returns
Type Description
ConferenceRecordsResource.GetRequest

List()

Lists the conference records. By default, ordered by start time and in descending order.

Declaration
public virtual ConferenceRecordsResource.ListRequest List()
Returns
Type Description
ConferenceRecordsResource.ListRequest
In this article
Back to top Generated by DocFX