Class ListSmartNotesRequest
Request for ListSmartNotes method.
Implements
Namespace: Google.Apps.Meet.V2
Assembly: Google.Apps.Meet.V2.dll
Syntax
public sealed class ListSmartNotesRequest : IPageRequest, IMessage<ListSmartNotesRequest>, IEquatable<ListSmartNotesRequest>, IDeepCloneable<ListSmartNotesRequest>, IBufferMessage, IMessage
Constructors
ListSmartNotesRequest()
Declaration
public ListSmartNotesRequest()
ListSmartNotesRequest(ListSmartNotesRequest)
Declaration
public ListSmartNotesRequest(ListSmartNotesRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListSmartNotesRequest | other |
Properties
PageSize
Optional. Maximum number of smart notes to return. The service might return fewer than this value. If unspecified, at most 10 smart notes are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. Page token returned from previous List Call.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. Format: conferenceRecords/{conference_record}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsConferenceRecordName
ConferenceRecordName-typed view over the Parent resource name property.
Declaration
public ConferenceRecordName ParentAsConferenceRecordName { get; set; }
Property Value
| Type | Description |
|---|---|
| ConferenceRecordName |