CustomBiddingAlgorithmRules class
A single custom bidding algorithm rules.
Constructors
- CustomBiddingAlgorithmRules({bool? active, String? createTime, String? customBiddingAlgorithmId, String? customBiddingAlgorithmRulesId, CustomBiddingAlgorithmRulesError? error, String? name, CustomBiddingAlgorithmRulesRef? rules, String? state})
- CustomBiddingAlgorithmRules.fromJson(Map json_)
Properties
- active ↔ bool?
-
Whether the rules resource is currently being used for scoring by the
parent algorithm.
getter/setter pair
- createTime ↔ String?
-
The time when the rules resource was created.
getter/setter pair
- customBiddingAlgorithmId ↔ String?
-
The unique ID of the custom bidding algorithm that the rules resource
belongs to.
getter/setter pair
- customBiddingAlgorithmRulesId ↔ String?
-
The unique ID of the rules resource.
getter/setter pair
- error ↔ CustomBiddingAlgorithmRulesError?
-
Error code of the rejected rules resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the rules resource.
getter/setter pair
- rules ↔ CustomBiddingAlgorithmRulesRef?
-
The reference to the uploaded AlgorithmRules file.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the rules resource.
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