listings property

List<OneTimeProductListing>? listings
getter/setter pair

Set of localized title and description data.

Must not have duplicate entries with the same language_code.

Required.

Implementation

core.List<OneTimeProductListing>? listings;