class Google::Apis::DocsV1::DeleteContentRangeRequest

Deletes content from the document.

Attributes

range[RW]

Specifies a contiguous range of text. Corresponds to the JSON property `range` @return [Google::Apis::DocsV1::Range]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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