Class TableOfContents
A StructuralElement representing a table of contents.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class TableOfContents : IDirectResponseSchemaProperties
Content
The content of the table of contents.
Declaration
[JsonProperty("content")]
public virtual IList<StructuralElement> Content { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<StructuralElement> | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this content.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
SuggestedInsertionIds
The suggested insertion IDs. A TableOfContents may have multiple insertion IDs if it is a nested suggested change. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionIds")]
public virtual IList<string> SuggestedInsertionIds { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |