AdditionalParams

data class AdditionalParams(val localFileToBase64: Boolean = false, val type: String? = null, val cache: Boolean? = null, val proxy: Boolean? = null, val timeout: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(localFileToBase64: Boolean = false, type: String? = null, cache: Boolean? = null, proxy: Boolean? = null, timeout: Int? = null)

Properties

Link copied to clipboard
val cache: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val proxy: Boolean? = null
Link copied to clipboard
val timeout: Int? = null
Link copied to clipboard
val type: String? = null