Class Section
The content of the note.
Implements
Inherited Members
Namespace: Google.Apis.Keep.v1.Data
Assembly: Google.Apis.Keep.v1.dll
Syntax
public class Section : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
List
Used if this section's content is a list.
Declaration
[JsonProperty("list")]
public virtual ListContent List { get; set; }
Property Value
Type | Description |
---|---|
ListContent |
Text
Used if this section's content is a block of text. The length of the text content must be less than 20,000 characters.
Declaration
[JsonProperty("text")]
public virtual TextContent Text { get; set; }
Property Value
Type | Description |
---|---|
TextContent |