postalCodes property

List<PostalCode>? postalCodes
getter/setter pair

Postal codes to be targeted.

For each postal code only id is required. The other fields are populated automatically when the ad is inserted or updated. If targeting a postal code, do not target or exclude the country of the postal code.

Implementation

core.List<PostalCode>? postalCodes;