Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedOpenLink

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedOpenLink

Returns a new instance of AppsDynamiteSharedOpenLink.



2816
2817
2818
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2816

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

Instance Attribute Details

#app_uriGoogle::Apis::CloudsearchV1::AppsDynamiteSharedOpenLinkAppUri

Represents the platform specific uri/intent to open for each client. Corresponds to the JSON property appUri



2799
2800
2801
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2799

def app_uri
  @app_uri
end

#on_closeString

Corresponds to the JSON property onClose

Returns:

  • (String)


2804
2805
2806
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2804

def on_close
  @on_close
end

#open_asString

Corresponds to the JSON property openAs

Returns:

  • (String)


2809
2810
2811
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2809

def open_as
  @open_as
end

#urlString

The URL to open. Corresponds to the JSON property url

Returns:

  • (String)


2814
2815
2816
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2814

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2821
2822
2823
2824
2825
2826
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2821

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