class Google::Apis::DocsV1::NamedStylesSuggestionState
The suggestion state of a NamedStyles
message.
Attributes
styles_suggestion_states[RW]
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 match the order of the corresponding named style within the named styles suggestion. Corresponds to the JSON property `stylesSuggestionStates` @return [Array<Google::Apis::DocsV1::NamedStyleSuggestionState>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2741 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/docs_v1/classes.rb, line 2746 def update!(**args) @styles_suggestion_states = args[:styles_suggestion_states] if args.key?(:styles_suggestion_states) end