armsAmmunitionContent property

String? armsAmmunitionContent
getter/setter pair

Arms and Ammunition Content GARM risk ranges to exclude.

Optional. Possible string values are:

  • "GARM_RISK_EXCLUSION_UNSPECIFIED" : This enum is only a placeholder and it doesn't specify any GARM risk exclusion option.
  • "GARM_RISK_EXCLUSION_FLOOR" : Exclude floor risk.
  • "GARM_RISK_EXCLUSION_HIGH" : Exclude high and floor risk.
  • "GARM_RISK_EXCLUSION_MEDIUM" : Exclude medium, high, and floor risk.
  • "GARM_RISK_EXCLUSION_LOW" : Exclude all levels of risk (low, medium, high and floor).

Implementation

core.String? armsAmmunitionContent;