Entity Mapping Response
data class EntityMappingResponse(val entityType: String? = null, val fieldMappings: List<FieldMappingResponse>? = null)
Single entity mapping for the alert rule
Constructors
Link copied to clipboard
fun EntityMappingResponse(entityType: String? = null, fieldMappings: List<FieldMappingResponse>? = null)