Class: Google::Apis::DocsV1::CreateNamedRangeResponse

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 creating a named range.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CreateNamedRangeResponse

Returns a new instance of CreateNamedRangeResponse.



546
547
548
# File 'lib/google/apis/docs_v1/classes.rb', line 546

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#named_range_idString

The ID of the created named range. Corresponds to the JSON property namedRangeId

Returns:

  • (String)


544
545
546
# File 'lib/google/apis/docs_v1/classes.rb', line 544

def named_range_id
  @named_range_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



551
552
553
# File 'lib/google/apis/docs_v1/classes.rb', line 551

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