DeepLink
struct DeepLink : CustomStringConvertibleAn object representing a deep link.
"gaugewatcher://open-gauge?country=\(country)&state=\(state)&siteID=\(siteID)" is the format
of a deep link for opening a gauge detail view.
- 
                  
                  Undocumented DeclarationSwift let country: String
- 
                  
                  Undocumented DeclarationSwift let state: String
- 
                  
                  Undocumented DeclarationSwift let siteID: String
- 
                  
                  DeclarationSwift var description: String { get }
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
          