cardinality property

int? cardinality
getter/setter pair

The maximum number of values that the attribute can have when associated with an API Hub resource.

Cardinality 1 would represent a single-valued attribute. It must not be less than 1 or greater than 20. If not specified, the cardinality would be set to 1 by default and represent a single-valued attribute.

Optional.

Implementation

core.int? cardinality;