Enterprise Crm Eventbus Proto Attributes Args
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)