Class: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
- 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 LinkedContentReference have been changed in this suggestion. For any field set to true, there is a new suggested value.
Instance Attribute Summary collapse
-
#sheets_chart_reference_suggestion_state ⇒ Google::Apis::DocsV1::SheetsChartReferenceSuggestionState
A mask that indicates which of the fields on the base SheetsChartReference have been changed in this suggestion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkedContentReferenceSuggestionState
constructor
A new instance of LinkedContentReferenceSuggestionState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LinkedContentReferenceSuggestionState
Returns a new instance of LinkedContentReferenceSuggestionState
2124 2125 2126 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2124 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sheets_chart_reference_suggestion_state ⇒ Google::Apis::DocsV1::SheetsChartReferenceSuggestionState
A mask that indicates which of the fields on the base SheetsChartReference
have been changed in this
suggestion. For any field set to true, there is a new suggested value.
Corresponds to the JSON property sheetsChartReferenceSuggestionState
2122 2123 2124 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2122 def sheets_chart_reference_suggestion_state @sheets_chart_reference_suggestion_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2129 2130 2131 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2129 def update!(**args) @sheets_chart_reference_suggestion_state = args[:sheets_chart_reference_suggestion_state] if args.key?(:sheets_chart_reference_suggestion_state) end |