class Google::Apis::SheetsV4::Link
An external or local reference.
Attributes
uri[RW]
The link identifier. Corresponds to the JSON property `uri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 6503 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sheets_v4/classes.rb, line 6508 def update!(**args) @uri = args[:uri] if args.key?(:uri) end