Class: Google::Apis::DocsV1::EmbeddedObjectSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::EmbeddedObjectSuggestionState
- 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 mask that indicates which of the fields on the base EmbeddedObject have been changed in this suggestion. For any field set to true, there's a new suggested value.
Instance Attribute Summary collapse
-
#description_suggested ⇒ Boolean
(also: #description_suggested?)
Indicates if there was a suggested change to description.
-
#embedded_drawing_properties_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
A mask that indicates which of the fields on the base EmbeddedDrawingProperties have been changed in this suggestion.
-
#embedded_object_border_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState
A mask that indicates which of the fields on the base EmbeddedObjectBorder have been changed in this suggestion.
-
#image_properties_suggestion_state ⇒ Google::Apis::DocsV1::ImagePropertiesSuggestionState
A mask that indicates which of the fields on the base ImageProperties have been changed in this suggestion.
-
#linked_content_reference_suggestion_state ⇒ Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
A mask that indicates which of the fields on the base LinkedContentReference have been changed in this suggestion.
-
#margin_bottom_suggested ⇒ Boolean
(also: #margin_bottom_suggested?)
Indicates if there was a suggested change to margin_bottom.
-
#margin_left_suggested ⇒ Boolean
(also: #margin_left_suggested?)
Indicates if there was a suggested change to margin_left.
-
#margin_right_suggested ⇒ Boolean
(also: #margin_right_suggested?)
Indicates if there was a suggested change to margin_right.
-
#margin_top_suggested ⇒ Boolean
(also: #margin_top_suggested?)
Indicates if there was a suggested change to margin_top.
-
#size_suggestion_state ⇒ Google::Apis::DocsV1::SizeSuggestionState
A mask that indicates which of the fields on the base Size have been changed in this suggestion.
-
#title_suggested ⇒ Boolean
(also: #title_suggested?)
Indicates if there was a suggested change to title.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EmbeddedObjectSuggestionState
constructor
A new instance of EmbeddedObjectSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EmbeddedObjectSuggestionState
Returns a new instance of EmbeddedObjectSuggestionState.
1545 1546 1547 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1545 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description_suggested ⇒ Boolean Also known as: description_suggested?
Indicates if there was a suggested change to description.
Corresponds to the JSON property descriptionSuggested
1477 1478 1479 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1477 def description_suggested @description_suggested end |
#embedded_drawing_properties_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
A mask that indicates which of the fields on the base
EmbeddedDrawingProperties have been changed in this suggestion. For any field
set to true, there's a new suggested value.
Corresponds to the JSON property embeddedDrawingPropertiesSuggestionState
1485 1486 1487 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1485 def @embedded_drawing_properties_suggestion_state end |
#embedded_object_border_suggestion_state ⇒ Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState
A mask that indicates which of the fields on the base EmbeddedObjectBorder
have been changed in this suggestion. For any field set to true, there's a new
suggested value.
Corresponds to the JSON property embeddedObjectBorderSuggestionState
1492 1493 1494 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1492 def @embedded_object_border_suggestion_state end |
#image_properties_suggestion_state ⇒ Google::Apis::DocsV1::ImagePropertiesSuggestionState
A mask that indicates which of the fields on the base ImageProperties have
been changed in this suggestion. For any field set to true, there's a new
suggested value.
Corresponds to the JSON property imagePropertiesSuggestionState
1499 1500 1501 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1499 def image_properties_suggestion_state @image_properties_suggestion_state end |
#linked_content_reference_suggestion_state ⇒ Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
A mask that indicates which of the fields on the base LinkedContentReference
have been changed in this suggestion. For any field set to true, there's a new
suggested value.
Corresponds to the JSON property linkedContentReferenceSuggestionState
1506 1507 1508 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1506 def linked_content_reference_suggestion_state @linked_content_reference_suggestion_state end |
#margin_bottom_suggested ⇒ Boolean Also known as: margin_bottom_suggested?
Indicates if there was a suggested change to margin_bottom.
Corresponds to the JSON property marginBottomSuggested
1511 1512 1513 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1511 def margin_bottom_suggested @margin_bottom_suggested end |
#margin_left_suggested ⇒ Boolean Also known as: margin_left_suggested?
Indicates if there was a suggested change to margin_left.
Corresponds to the JSON property marginLeftSuggested
1517 1518 1519 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1517 def margin_left_suggested @margin_left_suggested end |
#margin_right_suggested ⇒ Boolean Also known as: margin_right_suggested?
Indicates if there was a suggested change to margin_right.
Corresponds to the JSON property marginRightSuggested
1523 1524 1525 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1523 def margin_right_suggested @margin_right_suggested end |
#margin_top_suggested ⇒ Boolean Also known as: margin_top_suggested?
Indicates if there was a suggested change to margin_top.
Corresponds to the JSON property marginTopSuggested
1529 1530 1531 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1529 def margin_top_suggested @margin_top_suggested end |
#size_suggestion_state ⇒ Google::Apis::DocsV1::SizeSuggestionState
A mask that indicates which of the fields on the base Size have been changed
in this suggestion. For any field set to true, the Size has a new suggested
value.
Corresponds to the JSON property sizeSuggestionState
1537 1538 1539 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1537 def size_suggestion_state @size_suggestion_state end |
#title_suggested ⇒ Boolean Also known as: title_suggested?
Indicates if there was a suggested change to title.
Corresponds to the JSON property titleSuggested
1542 1543 1544 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1542 def title_suggested @title_suggested end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/google/apis/docs_v1/classes.rb', line 1550 def update!(**args) @description_suggested = args[:description_suggested] if args.key?(:description_suggested) @embedded_drawing_properties_suggestion_state = args[:embedded_drawing_properties_suggestion_state] if args.key?(:embedded_drawing_properties_suggestion_state) @embedded_object_border_suggestion_state = args[:embedded_object_border_suggestion_state] if args.key?(:embedded_object_border_suggestion_state) @image_properties_suggestion_state = args[:image_properties_suggestion_state] if args.key?(:image_properties_suggestion_state) @linked_content_reference_suggestion_state = args[:linked_content_reference_suggestion_state] if args.key?(:linked_content_reference_suggestion_state) @margin_bottom_suggested = args[:margin_bottom_suggested] if args.key?(:margin_bottom_suggested) @margin_left_suggested = args[:margin_left_suggested] if args.key?(:margin_left_suggested) @margin_right_suggested = args[:margin_right_suggested] if args.key?(:margin_right_suggested) @margin_top_suggested = args[:margin_top_suggested] if args.key?(:margin_top_suggested) @size_suggestion_state = args[:size_suggestion_state] if args.key?(:size_suggestion_state) @title_suggested = args[:title_suggested] if args.key?(:title_suggested) end |