Class: Google::Apis::SheetsV4::Link
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::Link
- 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
-
#uri ⇒ String
The link identifier.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Link
constructor
A new instance of Link.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#uri ⇒ String
The link identifier.
Corresponds to the JSON property uri
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 |