ValueRuleOperation

  • Conversion value rules have operations to modify conversion values.

  • Possible operations include adding to, multiplying by, or setting the conversion value to a specified value.

Possible operations of the action of a conversion value rule.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

ADD

Add provided value to conversion value.

MULTIPLY

Multiply conversion value by provided value.

SET

Set conversion value to provided value.