Class NamedStyleSuggestionState
A suggestion state of a NamedStyle message.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedStyleSuggestionState : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
NamedStyleType
The named style type that this suggestion state corresponds to. This field is provided as a convenience for matching the NamedStyleSuggestionState with its corresponding NamedStyle.
Declaration
[JsonProperty("namedStyleType")]
public virtual string NamedStyleType { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ParagraphStyleSuggestionState
A mask that indicates which of the fields in paragraph style have been changed in this suggestion.
Declaration
[JsonProperty("paragraphStyleSuggestionState")]
public virtual ParagraphStyleSuggestionState ParagraphStyleSuggestionState { get; set; }Property Value
| Type | Description | 
|---|---|
| ParagraphStyleSuggestionState | 
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 |