attackSteps property

List<AttackStepNode>? attackSteps
getter/setter pair

A list of attack step nodes that exist in this attack path node.

Implementation

core.List<AttackStepNode>? attackSteps;