EntityMappingResponse

data class EntityMappingResponse(val entityType: String? = null, val fieldMappings: List<FieldMappingResponse>? = null)

Single entity mapping for the alert rule

Constructors

Link copied to clipboard
constructor(entityType: String? = null, fieldMappings: List<FieldMappingResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val entityType: String? = null

The V3 type of the mapped entity

Link copied to clipboard

array of field mappings for the given entity mapping