class Google::Apis::DocsV1::SuggestedListProperties
A suggested change to ListProperties
.
Attributes
list_properties[RW]
The properties of a list which describe the look and feel of bullets belonging to paragraphs associated with a list. Corresponds to the JSON property `listProperties` @return [Google::Apis::DocsV1::ListProperties]
list_properties_suggestion_state[RW]
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. Corresponds to the JSON property `listPropertiesSuggestionState` @return [Google::Apis::DocsV1::ListPropertiesSuggestionState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 4915 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 4920 def update!(**args) @list_properties = args[:list_properties] if args.key?(:list_properties) @list_properties_suggestion_state = args[:list_properties_suggestion_state] if args.key?(:list_properties_suggestion_state) end