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.
Constructor Details
#initialize(**args) ⇒ LinkedContentReferenceSuggestionState
Returns a new instance of LinkedContentReferenceSuggestionState.
2408 2409 2410 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2408 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
2406 2407 2408 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2406 def sheets_chart_reference_suggestion_state @sheets_chart_reference_suggestion_state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2413 2414 2415 |
# File 'generated/google/apis/docs_v1/classes.rb', line 2413 def update!(**args) @sheets_chart_reference_suggestion_state = args[:sheets_chart_reference_suggestion_state] if args.key?(:sheets_chart_reference_suggestion_state) end |