Class: Google::Apis::DocsV1::ReplaceAllTextResponse

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

The result of replacing text.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReplaceAllTextResponse

Returns a new instance of ReplaceAllTextResponse.



3906
3907
3908
# File 'lib/google/apis/docs_v1/classes.rb', line 3906

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)


3904
3905
3906
# File 'lib/google/apis/docs_v1/classes.rb', line 3904

def occurrences_changed
  @occurrences_changed
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3911
3912
3913
# File 'lib/google/apis/docs_v1/classes.rb', line 3911

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