productVisibility property

List<ProductVisibility>? productVisibility
getter/setter pair

Additional list of product IDs making up the product set.

Unlike the productID array, in this list It's possible to specify which tracks (alpha, beta, production) of a product are visible to the user. See ProductVisibility and its fields for more information. Specifying the same product ID both here and in the productId array is not allowed and it will result in an error.

Implementation

core.List<ProductVisibility>? productVisibility;