Class: Google::Apis::DocsV1::DeleteContentRangeRequest
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::DeleteContentRangeRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/docs_v1/classes.rb,
generated/google/apis/docs_v1/representations.rb,
generated/google/apis/docs_v1/representations.rb
Overview
Deletes content from the document.
Instance Attribute Summary collapse
-
#range ⇒ Google::Apis::DocsV1::Range
Specifies a contiguous range of text.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteContentRangeRequest
constructor
A new instance of DeleteContentRangeRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeleteContentRangeRequest
Returns a new instance of DeleteContentRangeRequest
564 565 566 |
# File 'generated/google/apis/docs_v1/classes.rb', line 564 def initialize(**args) update!(**args) end |
Instance Attribute Details
#range ⇒ Google::Apis::DocsV1::Range
Specifies a contiguous range of text.
Corresponds to the JSON property range
562 563 564 |
# File 'generated/google/apis/docs_v1/classes.rb', line 562 def range @range end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
569 570 571 |
# File 'generated/google/apis/docs_v1/classes.rb', line 569 def update!(**args) @range = args[:range] if args.key?(:range) end |