sharedAdvertiserIds property

List<String>? sharedAdvertiserIds
getter/setter pair

The IDs of the advertisers who have access to this algorithm.

If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [owner](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [accessor](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).

Implementation

core.List<core.String>? sharedAdvertiserIds;