Class ListContent
The list of items for a single list note.
Implements
Inherited Members
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class ListContent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListItems
The items in the list. The number of items must be less than 1,000.
Declaration
[JsonProperty("listItems")]
public virtual IList<ListItem> ListItems { get; set; }
Property Value
Type | Description |
---|---|
IList<ListItem> |