SearchVolumeRange

  • Actual search volume is represented by a range.

  • The range is defined by a minimum (min) and maximum (max) value.

  • Both the min and max values are integers (int64).

Search volume range. Actual search volume falls within this range.

Proto definition

Fields

min

int64

Lower bound of search volume.

max

int64

Upper bound of search volume.