class 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 is a new suggested value.
Attributes
sheets_chart_reference_suggestion_state[RW]
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` @return [Google::Apis::DocsV1::SheetsChartReferenceSuggestionState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 2408 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 2413 def update!(**args) @sheets_chart_reference_suggestion_state = args[:sheets_chart_reference_suggestion_state] if args.key?(:sheets_chart_reference_suggestion_state) end