Enterprise Crm Eventbus Proto Attributes Response
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
Link copied to clipboard
constructor(dataType: String, defaultValue: EnterpriseCrmEventbusProtoValueTypeResponse, isRequired: Boolean, isSearchable: Boolean, logSettings: EnterpriseCrmEventbusProtoLogSettingsResponse, searchable: String, taskVisibility: List<String>)
Properties
Link copied to clipboard
Used to define defaults.
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
Link copied to clipboard
List of tasks that can view this property, if empty then all.