Class: Google::Apis::FirebasedynamiclinksV1::DesktopInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/firebasedynamiclinks_v1/classes.rb,
generated/google/apis/firebasedynamiclinks_v1/representations.rb,
generated/google/apis/firebasedynamiclinks_v1/representations.rb

Overview

Desktop related attributes to the Dynamic Link.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DesktopInfo

Returns a new instance of DesktopInfo.



253
254
255
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 253

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

Instance Attribute Details

Link to open on desktop. Corresponds to the JSON property desktopFallbackLink

Returns:

  • (String)


251
252
253
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 251

def desktop_fallback_link
  @desktop_fallback_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



258
259
260
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 258

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