detectedLanguages property

List<String>? detectedLanguages
getter/setter pair

The detected languages for this creative.

The order is arbitrary. The codes are 2 or 5 characters and are documented at https://developers.google.com/adwords/api/docs/appendix/languagecodes. Can be used to filter the response of the creatives.list method.

Implementation

core.List<core.String>? detectedLanguages;