Class: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState
 
 
- 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 EmbeddedDrawingProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ EmbeddedDrawingPropertiesSuggestionState 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of EmbeddedDrawingPropertiesSuggestionState.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ EmbeddedDrawingPropertiesSuggestionState
Returns a new instance of EmbeddedDrawingPropertiesSuggestionState.
      1504 1505 1506  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 1504 def initialize(**args) update!(**args) end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1509 1510  | 
    
      # File 'lib/google/apis/docs_v1/classes.rb', line 1509 def update!(**args) end  |