aloof-angle-91616
03/25/2020, 4:01 AMname
as a special case of that?hundreds-father-404
03/25/2020, 4:03 AMname
is entirely special cased with the Target API and not treated as a normal Field
. We pop it from struct.kwargs()
before converting HydratedStruct -> Target
.
Rule authors can access the information via tgt.address.target_name
, so it’s not necesssary to have the Field
and it would be super tricky to get the Field
working within the Target API framework, e.g. the default value being dynamic based on the physical location of the targetHydratedStruct -> Target
aloof-angle-91616
03/25/2020, 4:05 AM