EnterpriseCrmFrontendsEventbusProtoParamSpecEntryResponse

Key-value pair of EventBus task parameters. Next id: 13

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQCN of the Java object this represents. A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.

Link copied to clipboard

If it is a collection of objects, this would be the FCQN of every individual element in the collection. If this is "java.lang.Object", the parameter is a collection of any type.

Link copied to clipboard

Optional fields, such as help text and other useful info.

Link copied to clipboard

The data type of the parameter.

Link copied to clipboard

Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object.

Link copied to clipboard

If set, this entry is deprecated, so further use of this parameter should be prohibited.

Link copied to clipboard
Link copied to clipboard

If the data_type is JSON_VALUE, then this will define its schema.

Link copied to clipboard
val key: String

Key is used to retrieve the corresponding parameter value. This should be unique for a given task. These parameters must be predefined in the workflow definition.

Link copied to clipboard

Populated if this represents a proto or proto array.

Link copied to clipboard

If set, the user must provide an input value for this parameter.

Link copied to clipboard

Rule used to validate inputs (individual values and collection elements) for this parameter.