numberOfItems property
A list of inclusive number of items upper bounds.
The last value can be "infinity"
. For example ["10", "50", "infinity"]
represents the headers "<= 10 items", "<= 50 items", and "> 50 items".
Must be non-empty. Can only be set if all other fields are not set.
Implementation
core.List<core.String>? numberOfItems;