Class: Google::Apis::SlidesV1::ReplaceAllTextResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ReplaceAllTextResponse

Returns a new instance of ReplaceAllTextResponse.



2851
2852
2853
# File 'generated/google/apis/slides_v1/classes.rb', line 2851

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#occurrences_changedFixnum

The number of occurrences changed by replacing all text. Corresponds to the JSON property occurrencesChanged

Returns:

  • (Fixnum)


2849
2850
2851
# File 'generated/google/apis/slides_v1/classes.rb', line 2849

def occurrences_changed
  @occurrences_changed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2856
2857
2858
# File 'generated/google/apis/slides_v1/classes.rb', line 2856

def update!(**args)
  @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed)
end