Enterprise Crm Logging Gws Field Limits Args
data class EnterpriseCrmLoggingGwsFieldLimitsArgs(val logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, val logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, val maxArraySize: Output<Int>? = null, val maxStringLength: Output<Int>? = null, val shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null) : ConvertibleToJava<EnterpriseCrmLoggingGwsFieldLimitsArgs>
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
Link copied to clipboard
fun EnterpriseCrmLoggingGwsFieldLimitsArgs(logAction: Output<EnterpriseCrmLoggingGwsFieldLimitsLogAction>? = null, logType: Output<List<EnterpriseCrmLoggingGwsFieldLimitsLogTypeItem>>? = null, maxArraySize: Output<Int>? = null, maxStringLength: Output<Int>? = null, shortenerType: Output<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>? = null)