Show / Hide Table of Contents

Class ConferenceRecordsResource.SmartNotesResource

The "smartNotes" collection of methods.

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

Constructors

SmartNotesResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets smart notes by smart note ID.

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

Required. Resource name of the smart note. Format: conferenceRecords/{conference_record}/smartNotes/{smart_note}

Returns
Type Description
ConferenceRecordsResource.SmartNotesResource.GetRequest

List(string)

Lists the set of smart notes from the conference record. By default, ordered by start time and in ascending order.

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

Required. Format: conferenceRecords/{conference_record}

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