DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue

data class DataSourceCustomDocumentEnrichmentConfigurationPostExtractionHookConfigurationInvocationConditionConditionOnValue(val dateValue: String? = null, val longValue: Int? = null, val stringListValues: List<String>? = null, val stringValue: String? = null)

Constructors

constructor(dateValue: String? = null, longValue: Int? = null, stringListValues: List<String>? = null, stringValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateValue: String? = null

A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, 2012-03-25T12:30:10+00:00.

Link copied to clipboard
val longValue: Int? = null

A long integer value.

Link copied to clipboard

A list of strings.

Link copied to clipboard
val stringValue: String? = null