EnterpriseCrmLoggingGwsFieldLimitsResponse

data class EnterpriseCrmLoggingGwsFieldLimitsResponse(val logAction: String, val logType: List<String>, val maxArraySize: Int, val maxStringLength: Int, val shortenerType: String)

Describes string and array limits when writing to logs. When a limit is exceeded the shortener_type describes how to shorten the field. next_id: 6

Constructors

fun EnterpriseCrmLoggingGwsFieldLimitsResponse(logAction: String, logType: List<String>, maxArraySize: Int, maxStringLength: Int, shortenerType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

To which type(s) of logs the limits apply.

Link copied to clipboard

maximum array size. If the array exceds this size, the field (list) is truncated.

Link copied to clipboard

maximum string length. If the field exceeds this amount the field is shortened.

Link copied to clipboard