names property

List<String>? names
getter/setter pair

The names of the publishers with which connections will be approved.

In the pattern bidders/{bidder}/publisherConnections/{publisher} where {bidder} is the account ID of the bidder, and {publisher} is the ads.txt/app-ads.txt publisher ID.

Required.

Implementation

core.List<core.String>? names;