SiteDeliveryTaskHttpDelivery

data class SiteDeliveryTaskHttpDelivery(val compress: String? = null, val destUrl: String? = null, val headerParam: Map<String, String>? = null, val logBodyPrefix: String? = null, val logBodySuffix: String? = null, val maxBatchMb: Int? = null, val maxBatchSize: Int? = null, val maxRetry: Int? = null, val queryParam: Map<String, String>? = null, val standardAuthOn: Boolean? = null, val standardAuthParam: SiteDeliveryTaskHttpDeliveryStandardAuthParam? = null, val transformTimeout: Int? = null)

Constructors

Link copied to clipboard
constructor(compress: String? = null, destUrl: String? = null, headerParam: Map<String, String>? = null, logBodyPrefix: String? = null, logBodySuffix: String? = null, maxBatchMb: Int? = null, maxBatchSize: Int? = null, maxRetry: Int? = null, queryParam: Map<String, String>? = null, standardAuthOn: Boolean? = null, standardAuthParam: SiteDeliveryTaskHttpDeliveryStandardAuthParam? = null, transformTimeout: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val compress: String? = null
Link copied to clipboard
val destUrl: String? = null
Link copied to clipboard
val headerParam: Map<String, String>? = null
Link copied to clipboard
val logBodyPrefix: String? = null
Link copied to clipboard
val logBodySuffix: String? = null
Link copied to clipboard
val maxBatchMb: Int? = null
Link copied to clipboard
val maxBatchSize: Int? = null
Link copied to clipboard
val maxRetry: Int? = null
Link copied to clipboard
val queryParam: Map<String, String>? = null
Link copied to clipboard
val standardAuthOn: Boolean? = null
Link copied to clipboard

See standard_auth_param below.

Link copied to clipboard
val transformTimeout: Int? = null