Deeplink
data class Deeplink(val guid: String? = null, val bitlink: String? = null, val appId: String? = null, val appUriPath: String? = null, val installUrl: String? = null, val appGuid: String? = null, val os: Os? = null, val installType: InstallType? = null, val created: ZonedDateTime? = null, val modified: ZonedDateTime? = null, val brandGuid: String? = null)(source)
Deep link configuration for Bitlinks.
A single Deeplink instance may be used for both create and update operations. All fields are optional and map directly to the Bitly API's snake_case parameters. Unsupported fields are automatically omitted from the request payload.
Timestamps are formatted using the Bitly‑compatible ISO pattern defined in Constants.ISO_TIMESTAMP.
Author
Since
3.0
Constructors
Link copied to clipboard
constructor(guid: String? = null, bitlink: String? = null, appId: String? = null, appUriPath: String? = null, installUrl: String? = null, appGuid: String? = null, os: Os? = null, installType: InstallType? = null, created: ZonedDateTime? = null, modified: ZonedDateTime? = null, brandGuid: String? = null)