ProductAttributeInterval

Product attribute name and numeric interval.

JSON representation
{
  "name": string,
  "interval": {
    object (Interval)
  }
}
Fields
name

string

The attribute name (e.g. "length")

interval

object (Interval)

The numeric interval (e.g. [10, 20))