Class NestingLevelSuggestionState
A mask that indicates which of the fields on the base NestingLevel have been changed in this suggestion. For any field set to true, there's a new suggested value.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NestingLevelSuggestionState : IDirectResponseSchema
Properties
BulletAlignmentSuggested
Indicates if there was a suggested change to bullet_alignment.
Declaration
[JsonProperty("bulletAlignmentSuggested")]
public virtual bool? BulletAlignmentSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GlyphFormatSuggested
Indicates if there was a suggested change to glyph_format.
Declaration
[JsonProperty("glyphFormatSuggested")]
public virtual bool? GlyphFormatSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GlyphSymbolSuggested
Indicates if there was a suggested change to glyph_symbol.
Declaration
[JsonProperty("glyphSymbolSuggested")]
public virtual bool? GlyphSymbolSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
GlyphTypeSuggested
Indicates if there was a suggested change to glyph_type.
Declaration
[JsonProperty("glyphTypeSuggested")]
public virtual bool? GlyphTypeSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndentFirstLineSuggested
Indicates if there was a suggested change to indent_first_line.
Declaration
[JsonProperty("indentFirstLineSuggested")]
public virtual bool? IndentFirstLineSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IndentStartSuggested
Indicates if there was a suggested change to indent_start.
Declaration
[JsonProperty("indentStartSuggested")]
public virtual bool? IndentStartSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
StartNumberSuggested
Indicates if there was a suggested change to start_number.
Declaration
[JsonProperty("startNumberSuggested")]
public virtual bool? StartNumberSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TextStyleSuggestionState
A mask that indicates which of the fields in text style have been changed in this suggestion.
Declaration
[JsonProperty("textStyleSuggestionState")]
public virtual TextStyleSuggestionState TextStyleSuggestionState { get; set; }
Property Value
Type | Description |
---|---|
TextStyleSuggestionState |