Class: Google::Apis::DocsV1::CreateNamedRangeResponse
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::CreateNamedRangeResponse
- 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
-
#named_range_id ⇒ String
The ID of the created named range.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CreateNamedRangeResponse
constructor
A new instance of CreateNamedRangeResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ String
The ID of the created named range.
Corresponds to the JSON property namedRangeId
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 |