CustomBiddingAlgorithmsResource class

Constructors

CustomBiddingAlgorithmsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scripts CustomBiddingAlgorithmsScriptsResource
no setter

Methods

create(CustomBiddingAlgorithm request, {String? $fields}) Future<CustomBiddingAlgorithm>
Creates a new custom bidding algorithm.
get(String customBiddingAlgorithmId, {String? advertiserId, String? partnerId, String? $fields}) Future<CustomBiddingAlgorithm>
Gets a custom bidding algorithm.
list({String? advertiserId, String? filter, String? orderBy, int? pageSize, String? pageToken, String? partnerId, String? $fields}) Future<ListCustomBiddingAlgorithmsResponse>
Lists custom bidding algorithms that are accessible to the current user and can be used in bidding stratgies.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(CustomBiddingAlgorithm request, String customBiddingAlgorithmId, {String? updateMask, String? $fields}) Future<CustomBiddingAlgorithm>
Updates an existing custom bidding algorithm.
toString() String
A string representation of this object.
inherited
uploadScript(String customBiddingAlgorithmId, {String? advertiserId, String? partnerId, String? $fields}) Future<CustomBiddingScriptRef>
Creates a custom bidding script reference object for a script file.

Operators

operator ==(Object other) bool
The equality operator.
inherited