rotationType property

String? rotationType
getter/setter pair

The rotation type to select from eligible rows.

Rotation type only apply when the filtering rule results in more than one eligible rows.

Optional. Possible string values are:

  • "ROTATION_TYPE_UNKNOWN" : The rotation type is unknown. This value is unused.
  • "RANDOM" : The rotation type is random. It is the default value.
  • "OPTIMIZED" : The rotation type is optimized.
  • "WEIGHTED" : The rotation type is weighted.

Implementation

core.String? rotationType;