Show / Hide Table of Contents

Class Section

The content of the note.

Inheritance
object
Section
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX