Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageOpenLink
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteStorageOpenLink
- 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
-
#app_uri ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageOpenLinkAppUri
Represents the platform specific uri/intent to open for each client.
-
#on_close ⇒ String
Corresponds to the JSON property
onClose. -
#open_as ⇒ String
Corresponds to the JSON property
openAs. -
#url ⇒ String
The URL to open.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteStorageOpenLink
constructor
A new instance of AppsDynamiteStorageOpenLink.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteStorageOpenLink
Returns a new instance of AppsDynamiteStorageOpenLink.
3469 3470 3471 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3469 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_uri ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageOpenLinkAppUri
Represents the platform specific uri/intent to open for each client.
Corresponds to the JSON property appUri
3452 3453 3454 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3452 def app_uri @app_uri end |
#on_close ⇒ String
Corresponds to the JSON property onClose
3457 3458 3459 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3457 def on_close @on_close end |
#open_as ⇒ String
Corresponds to the JSON property openAs
3462 3463 3464 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3462 def open_as @open_as end |
#url ⇒ String
The URL to open.
Corresponds to the JSON property url
3467 3468 3469 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3467 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3474 3475 3476 3477 3478 3479 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3474 def update!(**args) @app_uri = args[:app_uri] if args.key?(:app_uri) @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 |