modelDetails property

List<CustomBiddingModelDetails>? modelDetails
getter/setter pair

The details of custom bidding models for each advertiser who has access.

This field may only include the details of the queried advertiser 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).

Output only.

Implementation

core.List<CustomBiddingModelDetails>? modelDetails;