Class: Google::Apis::FirebasedynamiclinksV1::DesktopInfo
- Inherits:
-
Object
- Object
- Google::Apis::FirebasedynamiclinksV1::DesktopInfo
- 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
-
#desktop_fallback_link ⇒ String
Link to open on desktop.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DesktopInfo
constructor
A new instance of DesktopInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DesktopInfo
Returns a new instance of DesktopInfo
252 253 254 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#desktop_fallback_link ⇒ String
Link to open on desktop.
Corresponds to the JSON property desktopFallbackLink
250 251 252 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 250 def desktop_fallback_link @desktop_fallback_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
257 258 259 |
# File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 257 def update!(**args) @desktop_fallback_link = args[:desktop_fallback_link] if args.key?(:desktop_fallback_link) end |