mobileCarriers property

List<MobileCarrier>? mobileCarriers
getter/setter pair

Mobile carriers that this ad targets.

For each mobile carrier only id is required, and the other fields are populated automatically when the ad is inserted or updated. If targeting a mobile carrier, do not set targeting for any zip codes.

Implementation

core.List<MobileCarrier>? mobileCarriers;