Class: Google::Apis::CloudsearchV1::OpenLink
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::OpenLink
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Instance Attribute Summary collapse
-
#load_indicator ⇒ String
Next available ID: 5 Corresponds to the JSON property
loadIndicator. -
#on_close ⇒ String
Corresponds to the JSON property
onClose. -
#open_as ⇒ String
Corresponds to the JSON property
openAs. -
#url ⇒ String
Corresponds to the JSON property
url.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OpenLink
constructor
A new instance of OpenLink.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OpenLink
Returns a new instance of OpenLink.
14274 14275 14276 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14274 def initialize(**args) update!(**args) end |
Instance Attribute Details
#load_indicator ⇒ String
Next available ID: 5
Corresponds to the JSON property loadIndicator
14257 14258 14259 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14257 def load_indicator @load_indicator end |
#on_close ⇒ String
Corresponds to the JSON property onClose
14262 14263 14264 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14262 def on_close @on_close end |
#open_as ⇒ String
Corresponds to the JSON property openAs
14267 14268 14269 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14267 def open_as @open_as end |
#url ⇒ String
Corresponds to the JSON property url
14272 14273 14274 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14272 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14279 14280 14281 14282 14283 14284 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 14279 def update!(**args) @load_indicator = args[:load_indicator] if args.key?(:load_indicator) @on_close = args[:on_close] if args.key?(:on_close) @open_as = args[:open_as] if args.key?(:open_as) @url = args[:url] if args.key?(:url) end |