connectionTypes property

List<ConnectionType>? connectionTypes
getter/setter pair

Connection types that this ad targets.

For each connection type only id is required. The other fields are populated automatically when the ad is inserted or updated.

Implementation

core.List<ConnectionType>? connectionTypes;