Class: Google::Apis::SlidesV1::ReplaceAllTextResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::SlidesV1::ReplaceAllTextResponse
 
 
- 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 text.
Instance Attribute Summary collapse
- 
  
    
      #occurrences_changed  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of occurrences changed by replacing all text.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReplaceAllTextResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ReplaceAllTextResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReplaceAllTextResponse
Returns a new instance of ReplaceAllTextResponse
      2771 2772 2773  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2771 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#occurrences_changed ⇒ Fixnum
The number of occurrences changed by replacing all text.
Corresponds to the JSON property occurrencesChanged
      2769 2770 2771  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2769 def occurrences_changed @occurrences_changed end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      2776 2777 2778  | 
    
      # File 'generated/google/apis/slides_v1/classes.rb', line 2776 def update!(**args) @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed) end  |