Class BulletSuggestionState
A mask that indicates which of the fields on the base Bullet 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 BulletSuggestionState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ListIdSuggested
Indicates if there was a suggested change to the list_id.
Declaration
[JsonProperty("listIdSuggested")]
public virtual bool? ListIdSuggested { get; set; }
Property Value
Type | Description |
---|---|
bool? |
NestingLevelSuggested
Indicates if there was a suggested change to the nesting_level.
Declaration
[JsonProperty("nestingLevelSuggested")]
public virtual bool? NestingLevelSuggested { 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 |