EnterpriseCrmEventbusProtoAttributesResponse

data class EnterpriseCrmEventbusProtoAttributesResponse(val dataType: String, val defaultValue: EnterpriseCrmEventbusProtoValueTypeResponse, val isRequired: Boolean, val isSearchable: Boolean, val logSettings: EnterpriseCrmEventbusProtoLogSettingsResponse, val searchable: String, val taskVisibility: List<String>)

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

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