Show / Hide Table of Contents

Class NamedStylesSuggestionState

The suggestion state of a NamedStyles message.

Inheritance
object
NamedStylesSuggestionState
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX