class Google::Apis::DocsV1::CreateNamedRangeResponse

The result of creating a named range.

Attributes

named_range_id[RW]

The ID of the created named range. Corresponds to the JSON property `namedRangeId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/docs_v1/classes.rb, line 521
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 526
def update!(**args)
  @named_range_id = args[:named_range_id] if args.key?(:named_range_id)
end