type property

String? type
getter/setter pair

Attack step type.

Can be either AND, OR or DEFENSE Possible string values are:

  • "NODE_TYPE_UNSPECIFIED" : Type not specified
  • "NODE_TYPE_AND" : Incoming edge joined with AND
  • "NODE_TYPE_OR" : Incoming edge joined with OR
  • "NODE_TYPE_DEFENSE" : Incoming edge is defense
  • "NODE_TYPE_ATTACKER" : Incoming edge is attacker

Implementation

core.String? type;