Show / Hide Table of Contents

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.

Inheritance
object
BulletSuggestionState
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX