ClientPoliciesDtoWebSDKOptions

data class ClientPoliciesDtoWebSDKOptions(val webDebug: Boolean? = null, val webBaseUrl: String? = null, val webSDKUrl: String? = null)

Parameters

webDebug
webBaseUrl
webSDKUrl

Constructors

Link copied to clipboard
constructor(webDebug: Boolean? = null, webBaseUrl: String? = null, webSDKUrl: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "webBaseUrl")
val webBaseUrl: String? = null
Link copied to clipboard
@SerializedName(value = "webDebug")
val webDebug: Boolean? = null
Link copied to clipboard
@SerializedName(value = "webSDKUrl")
val webSDKUrl: String? = null