state property
What state this AttackExposure is in.
This captures whether or not an attack exposure has been calculated or not. Possible string values are:
- "STATE_UNSPECIFIED" : The state is not specified.
- "CALCULATED" : The attack exposure has been calculated.
- "NOT_CALCULATED" : The attack exposure has not been calculated.
Implementation
core.String? state;