Class: Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SlidesV1::ReplaceAllShapesWithImageResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/slides_v1/classes.rb,
generated/google/apis/slides_v1/representations.rb,
generated/google/apis/slides_v1/representations.rb 
Overview
The result of replacing shapes with an image.
Instance Attribute Summary collapse
- 
  
    
      #occurrences_changed  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of shapes replaced with images.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReplaceAllShapesWithImageResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReplaceAllShapesWithImageResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReplaceAllShapesWithImageResponse
Returns a new instance of ReplaceAllShapesWithImageResponse
      2647 2648 2649  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2647 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#occurrences_changed ⇒ Fixnum
The number of shapes replaced with images.
Corresponds to the JSON property occurrencesChanged
      2645 2646 2647  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2645 def occurrences_changed @occurrences_changed end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2652 2653 2654  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2652 def update!(**args) @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed) end  |