Class: Google::Apis::SheetsV4::Link

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

An external or local reference.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Link

Returns a new instance of Link.



6597
6598
6599
# File 'lib/google/apis/sheets_v4/classes.rb', line 6597

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

Instance Attribute Details

#uriString

The link identifier. Corresponds to the JSON property uri

Returns:

  • (String)


6595
6596
6597
# File 'lib/google/apis/sheets_v4/classes.rb', line 6595

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6602
6603
6604
# File 'lib/google/apis/sheets_v4/classes.rb', line 6602

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