Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageOpenLinkAppUri

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

Overview

Represents the platform specific uri/intent to open for each client.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteStorageOpenLinkAppUri

Returns a new instance of AppsDynamiteStorageOpenLinkAppUri.



3775
3776
3777
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3775

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

Instance Attribute Details

#android_intentGoogle::Apis::CloudsearchV1::AppsDynamiteStorageOpenLinkAppUriIntent

Android intent. Corresponds to the JSON property androidIntent



3763
3764
3765
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3763

def android_intent
  @android_intent
end

#companion_uriString

A companion uri string to be opened in the chat companion window. on the web. Corresponds to the JSON property companionUri

Returns:

  • (String)


3768
3769
3770
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3768

def companion_uri
  @companion_uri
end

#ios_uriString

A uri string to be opened in the corresponding iOS hosting app. Corresponds to the JSON property iosUri

Returns:

  • (String)


3773
3774
3775
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3773

def ios_uri
  @ios_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3780
3781
3782
3783
3784
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3780

def update!(**args)
  @android_intent = args[:android_intent] if args.key?(:android_intent)
  @companion_uri = args[:companion_uri] if args.key?(:companion_uri)
  @ios_uri = args[:ios_uri] if args.key?(:ios_uri)
end