Class ListSmartNotesResponse
Response for ListSmartNotes method.
Implements
Inherited Members
Namespace: Google.Apis.Meet.v2.Data
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ListSmartNotesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Token to be circulated back for further List call if current List doesn't include all the smart notes. Unset if all smart notes are returned.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SmartNotes
List of smart notes in one page.
Declaration
[JsonProperty("smartNotes")]
public virtual IList<SmartNote> SmartNotes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SmartNote> |