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.



585
586
587
# File 'lib/google/apis/docs_v1/classes.rb', line 585

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)


583
584
585
# File 'lib/google/apis/docs_v1/classes.rb', line 583

def named_range_id
  @named_range_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



590
591
592
# File 'lib/google/apis/docs_v1/classes.rb', line 590

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