ActiveFitUrl

class ActiveFitUrl(var key: String? = null, var url: String? = null)

Data class representing an Active Fit URL.

Constructors

Link copied to clipboard
constructor(key: String? = null, url: String? = null)

Properties

Link copied to clipboard
var key: String?

The key associated with the URL.

Link copied to clipboard
var url: String?

The URL string.

Functions

Link copied to clipboard
open override fun toString(): String