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
| 240 241 242 | # File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 240 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#desktop_fallback_link ⇒ String
Link to open on desktop.
Corresponds to the JSON property desktopFallbackLink
| 238 239 240 | # File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 238 def desktop_fallback_link @desktop_fallback_link end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 245 246 247 | # File 'generated/google/apis/firebasedynamiclinks_v1/classes.rb', line 245 def update!(**args) @desktop_fallback_link = args[:desktop_fallback_link] if args.key?(:desktop_fallback_link) end |