Behavior: when patching a property with direction set to 'in', the attribute is undefined when the ingress handler is called.
In PatchOp.apply(), #target is set to a constructed resource with direction = 'out'. Because of this, when the attribute setter is called in PatchOp.#add, the set does not occur.
Behavior: when patching a property with direction set to 'in', the attribute is undefined when the ingress handler is called.
In
PatchOp.apply()
,#target
is set to a constructed resource with direction = 'out'. Because of this, when the attribute setter is called inPatchOp.#add
, the set does not occur.