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

Constructor Details

#initialize(**args) ⇒ DesktopInfo

Returns a new instance of DesktopInfo.



249
250
251
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 249

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

Instance Attribute Details

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

Returns:

  • (String)


247
248
249
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 247

def desktop_fallback_link
  @desktop_fallback_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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