Class: Google::Apis::DocsV1::ListPropertiesSuggestionState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb

Overview

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.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListPropertiesSuggestionState

Returns a new instance of ListPropertiesSuggestionState.



2575
2576
2577
# File 'generated/google/apis/docs_v1/classes.rb', line 2575

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nesting_levels_suggestion_statesArray<Google::Apis::DocsV1::NestingLevelSuggestionState>

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



2573
2574
2575
# File 'generated/google/apis/docs_v1/classes.rb', line 2573

def nesting_levels_suggestion_states
  @nesting_levels_suggestion_states
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2580
2581
2582
# File 'generated/google/apis/docs_v1/classes.rb', line 2580

def update!(**args)
  @nesting_levels_suggestion_states = args[:nesting_levels_suggestion_states] if args.key?(:nesting_levels_suggestion_states)
end