Class ConferenceRecordsResource.SmartNotesResource
The "smartNotes" collection of methods.
Inherited Members
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: |
Returns
| Type | Description |
|---|---|
| ConferenceRecordsResource.SmartNotesResource.ListRequest |