Show / Hide Table of Contents

Class ListProperties

The properties of a list that describe the look and feel of bullets belonging to paragraphs associated with a list.

Inheritance
object
ListProperties
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class ListProperties : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NestingLevels

Describes the properties of the bullets at the associated level. A list has at most 9 levels of nesting with nesting level 0 corresponding to the top-most level and nesting level 8 corresponding to the most nested level. The nesting levels are returned in ascending order with the least nested returned first.

Declaration
[JsonProperty("nestingLevels")]
public virtual IList<NestingLevel> NestingLevels { get; set; }
Property Value
Type Description
IList<NestingLevel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX