Show / Hide Table of Contents

Class ListItem

A single list item in a note's list.

Inheritance
object
ListItem
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class ListItem : IDirectResponseSchema

Properties

Checked__

Whether this item has been checked off or not.

Declaration
[JsonProperty("checked")]
public virtual bool? Checked__ { get; set; }
Property Value
Type Description
bool?

ChildListItems

If set, list of list items nested under this list item. Only one level of nesting is allowed.

Declaration
[JsonProperty("childListItems")]
public virtual IList<ListItem> ChildListItems { get; set; }
Property Value
Type Description
IList<ListItem>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Text

The text of this item. Length must be less than 1,000 characters.

Declaration
[JsonProperty("text")]
public virtual TextContent Text { get; set; }
Property Value
Type Description
TextContent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX