class Google::Apis::SlidesV1::ReplaceAllTextResponse

The result of replacing text.

Attributes

occurrences_changed[RW]

The number of occurrences changed by replacing all text. Corresponds to the JSON property `occurrencesChanged` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/slides_v1/classes.rb, line 2756
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/slides_v1/classes.rb, line 2761
def update!(**args)
  @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed)
end