languages property

List<Language>? languages
getter/setter pair

Languages that this ad targets.

For each language only languageId is required. The other fields are populated automatically when the ad is inserted or updated.

Implementation

core.List<Language>? languages;