name property

String? name
getter/setter pair

Name in the format {target_country}:{content_language}:{product_id}.

target_country - The target country of the product as a CLDR territory code (for example, US). content_language - The content language of the product as a two-letter ISO 639-1 language code (for example, en). product_id - The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.

Implementation

core.String? name;