ClientPoliciesDtoWebSDKOptions

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

Parameters

webDebug
  • @param webBaseUrl * @param webSDKUrl

Constructors

ClientPoliciesDtoWebSDKOptions
Link copied to clipboard
fun ClientPoliciesDtoWebSDKOptions(webDebug: Boolean? = null, webBaseUrl: String? = null, webSDKUrl: String? = null)
  • @param webBaseUrl * @param webSDKUrl

Properties

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

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