Class NamedStylesSuggestionState
The suggestion state of a NamedStyles message.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class NamedStylesSuggestionState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StylesSuggestionStates
A mask that indicates which of the fields on the corresponding NamedStyle in styles have been changed in this suggestion. The order of these named style suggestion states matches the order of the corresponding named style within the named styles suggestion.
Declaration
[JsonProperty("stylesSuggestionStates")]
public virtual IList<NamedStyleSuggestionState> StylesSuggestionStates { get; set; }
Property Value
Type | Description |
---|---|
IList<NamedStyleSuggestionState> |