CustomBiddingAlgorithm class
A single custom bidding algorithm.
Constructors
-
CustomBiddingAlgorithm({String? advertiserId, String? customBiddingAlgorithmId, String? customBiddingAlgorithmType, String? displayName, String? entityStatus, List<
CustomBiddingModelDetails> ? modelDetails, String? name, String? partnerId, }) - CustomBiddingAlgorithm.fromJson(Map json_)
Properties
- advertiserId ↔ String?
-
The unique ID of the advertiser that owns the custom bidding algorithm.
getter/setter pair
- customBiddingAlgorithmId ↔ String?
-
The unique ID of the custom bidding algorithm.
getter/setter pair
- customBiddingAlgorithmType ↔ String?
-
The type of custom bidding algorithm.
getter/setter pair
- displayName ↔ String?
-
The display name of the custom bidding algorithm.
getter/setter pair
- entityStatus ↔ String?
-
Controls whether or not the custom bidding algorithm can be used as a
bidding strategy.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
modelDetails
↔ List<
CustomBiddingModelDetails> ? -
The details of custom bidding models for each advertiser who has access.
getter/setter pair
- name ↔ String?
-
The resource name of the custom bidding algorithm.
getter/setter pair
- partnerId ↔ String?
-
The unique ID of the partner that owns the custom bidding algorithm.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
The IDs of the advertisers who have access to this algorithm.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited