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.

Proto definition

Enums

ADD

Add provided value to conversion value.

MULTIPLY

Multiply conversion value by provided value.

SET

Set conversion value to provided value.

UNKNOWN

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

UNSPECIFIED

Not specified.