class Google::Apis::DocsV1::ListPropertiesSuggestionState
A mask that indicates which of the fields on the base ListProperties
have been changed in this suggestion. For any field set to true, there is a new suggested value.
Attributes
nesting_levels_suggestion_states[RW]
A mask that indicates which of the fields on the corresponding NestingLevel
in nesting_levels have been changed in this suggestion. The nesting level suggestion states are returned in ascending order of the nesting level with the least nested returned first. Corresponds to the JSON property `nestingLevelsSuggestionStates` @return [Array<Google::Apis::DocsV1::NestingLevelSuggestionState>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2496 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 2501 def update!(**args) @nesting_levels_suggestion_states = args[:nesting_levels_suggestion_states] if args.key?(:nesting_levels_suggestion_states) end