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.



6756
6757
6758
# File 'lib/google/apis/sheets_v4/classes.rb', line 6756

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

Instance Attribute Details

#uriString

The link identifier. Corresponds to the JSON property uri

Returns:

  • (String)


6754
6755
6756
# File 'lib/google/apis/sheets_v4/classes.rb', line 6754

def uri
  @uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6761
6762
6763
# File 'lib/google/apis/sheets_v4/classes.rb', line 6761

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