class Google::Apis::FirebasedynamiclinksV1::DesktopInfo

Desktop related attributes to the Dynamic Link.

Attributes

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebasedynamiclinks_v1/classes.rb, line 249
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/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