Show / Hide Table of Contents

Class List

A List describes the look and feel of bullets belonging to paragraphs associated with a list. A paragraph that is part of a list has an implicit reference to that list's ID.

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

Properties

ETag

The ETag of the item.

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

ListId

The ID of the list.

Declaration
[JsonProperty("listId")]
public virtual string ListId { get; set; }
Property Value
Type Description
string

NestingLevel

A map of nesting levels to the properties of bullets at the associated level. A list has at most nine levels of nesting, so the possible values for the keys of this map are 0 through 8, inclusive.

Declaration
[JsonProperty("nestingLevel")]
public virtual IDictionary<string, NestingLevel> NestingLevel { get; set; }
Property Value
Type Description
IDictionary<string, NestingLevel>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX