Class: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DocsV1::LinkedContentReferenceSuggestionState
 
 
- 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 LinkedContentReference have been changed in this suggestion. For any field set to true, there's 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.
      2689 2690 2691  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 2689 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's a new
suggested value.
Corresponds to the JSON property sheetsChartReferenceSuggestionState
      2687 2688 2689  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 2687 def sheets_chart_reference_suggestion_state @sheets_chart_reference_suggestion_state end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2694 2695 2696  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 2694 def update!(**args) @sheets_chart_reference_suggestion_state = args[:sheets_chart_reference_suggestion_state] if args.key?(:sheets_chart_reference_suggestion_state) end  |