Class: Google::Apis::DocsV1::SuggestedListProperties
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::SuggestedListProperties
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb
Overview
A suggested change to ListProperties.
Instance Attribute Summary collapse
-
#list_properties ⇒ Google::Apis::DocsV1::ListProperties
The properties of a list that describe the look and feel of bullets belonging to paragraphs associated with a list.
-
#list_properties_suggestion_state ⇒ Google::Apis::DocsV1::ListPropertiesSuggestionState
A mask that indicates which of the fields on the base ListProperties have been changed in this suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SuggestedListProperties
constructor
A new instance of SuggestedListProperties.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SuggestedListProperties
Returns a new instance of SuggestedListProperties.
4969 4970 4971 |
# File 'lib/google/apis/docs_v1/classes.rb', line 4969 def initialize(**args) update!(**args) end |
Instance Attribute Details
#list_properties ⇒ Google::Apis::DocsV1::ListProperties
The properties of a list that describe the look and feel of bullets belonging
to paragraphs associated with a list.
Corresponds to the JSON property listProperties
4960 4961 4962 |
# File 'lib/google/apis/docs_v1/classes.rb', line 4960 def list_properties @list_properties end |
#list_properties_suggestion_state ⇒ 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's a new suggested
value.
Corresponds to the JSON property listPropertiesSuggestionState
4967 4968 4969 |
# File 'lib/google/apis/docs_v1/classes.rb', line 4967 def list_properties_suggestion_state @list_properties_suggestion_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4974 4975 4976 4977 |
# File 'lib/google/apis/docs_v1/classes.rb', line 4974 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 |