Class List
A List represents the list attributes for a group of paragraphs that all belong to the same list. A paragraph that's part of a list has a reference to the list's ID in its bullet.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.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 |
ListProperties
The properties of the list.
Declaration
[JsonProperty("listProperties")]
public virtual ListProperties ListProperties { get; set; }
Property Value
Type | Description |
---|---|
ListProperties |
SuggestedDeletionIds
The suggested deletion IDs. If empty, then there are no suggested deletions of this list.
Declaration
[JsonProperty("suggestedDeletionIds")]
public virtual IList<string> SuggestedDeletionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SuggestedInsertionId
The suggested insertion ID. If empty, then this is not a suggested insertion.
Declaration
[JsonProperty("suggestedInsertionId")]
public virtual string SuggestedInsertionId { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedListPropertiesChanges
The suggested changes to the list properties, keyed by suggestion ID.
Declaration
[JsonProperty("suggestedListPropertiesChanges")]
public virtual IDictionary<string, SuggestedListProperties> SuggestedListPropertiesChanges { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, SuggestedListProperties> |