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
fun EnterpriseCrmEventbusProtoAttributesResponse(dataType: String, defaultValue: EnterpriseCrmEventbusProtoValueTypeResponse, isRequired: Boolean, isSearchable: Boolean, logSettings: EnterpriseCrmEventbusProtoLogSettingsResponse, searchable: String, taskVisibility: List<String>)