EnterpriseCrmEventbusProtoAttributesArgs

data class EnterpriseCrmEventbusProtoAttributesArgs(val dataType: Output<EnterpriseCrmEventbusProtoAttributesDataType>? = null, val defaultValue: Output<EnterpriseCrmEventbusProtoValueTypeArgs>? = null, val isRequired: Output<Boolean>? = null, val isSearchable: Output<Boolean>? = null, val logSettings: Output<EnterpriseCrmEventbusProtoLogSettingsArgs>? = null, val searchable: Output<EnterpriseCrmEventbusProtoAttributesSearchable>? = null, val taskVisibility: Output<List<String>>? = null) : ConvertibleToJava<EnterpriseCrmEventbusProtoAttributesArgs>

Attributes are additional options that can be associated with each event property. For more information, see

Constructors

Link copied to clipboard
fun EnterpriseCrmEventbusProtoAttributesArgs(dataType: Output<EnterpriseCrmEventbusProtoAttributesDataType>? = null, defaultValue: Output<EnterpriseCrmEventbusProtoValueTypeArgs>? = null, isRequired: Output<Boolean>? = null, isSearchable: Output<Boolean>? = null, logSettings: Output<EnterpriseCrmEventbusProtoLogSettingsArgs>? = null, searchable: Output<EnterpriseCrmEventbusProtoAttributesSearchable>? = null, taskVisibility: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmEventbusProtoAttributesArgs

Properties

Link copied to clipboard

Things like URL, Email, Currency, Timestamp (rather than string, int64...)

Link copied to clipboard

Used to define defaults.

Link copied to clipboard
val isRequired: Output<Boolean>? = null

Required for event execution. The validation will be done by the event bus when the event is triggered.

Link copied to clipboard
val isSearchable: Output<Boolean>? = null

Used to indicate if a ParameterEntry should be converted to ParamIndexes for ST-Spanner full-text search. DEPRECATED: use searchable.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val taskVisibility: Output<List<String>>? = null

List of tasks that can view this property, if empty then all.