Class: Google::Apis::DocsV1::ReplaceAllTextResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::ReplaceAllTextResponse
- 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
-
#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.
Constructor Details
#initialize(**args) ⇒ ReplaceAllTextResponse
Returns a new instance of ReplaceAllTextResponse.
3875 3876 3877 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3875 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
3873 3874 3875 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3873 def occurrences_changed @occurrences_changed end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3880 3881 3882 |
# File 'lib/google/apis/docs_v1/classes.rb', line 3880 def update!(**args) @occurrences_changed = args[:occurrences_changed] if args.key?(:occurrences_changed) end |