CustomBiddingAlgorithmsRules
class CustomBiddingAlgorithmsRules extends Resource (View source)
The "rules" collection of methods.
Typical usage is:
$displayvideoService = new Google\Service\DisplayVideo(...);
$rules = $displayvideoService->customBiddingAlgorithms_rules;
Methods
create(string $customBiddingAlgorithmId, CustomBiddingAlgorithmRules $postBody, array $optParams = [])
Creates a new rules resource. Returns the newly created rules resource if successful. (rules.create)
get(string $customBiddingAlgorithmId, string $customBiddingAlgorithmRulesId, array $optParams = [])
Retrieves a rules resource. (rules.get)
listCustomBiddingAlgorithmsRules(string $customBiddingAlgorithmId, array $optParams = [])
Lists rules resources that belong to the given algorithm. The order is defined by the order_by parameter. (rules.listCustomBiddingAlgorithmsRules)
Details
CustomBiddingAlgorithmRules
create(string $customBiddingAlgorithmId, CustomBiddingAlgorithmRules $postBody, array $optParams = [])
Creates a new rules resource. Returns the newly created rules resource if successful. (rules.create)
CustomBiddingAlgorithmRules
get(string $customBiddingAlgorithmId, string $customBiddingAlgorithmRulesId, array $optParams = [])
Retrieves a rules resource. (rules.get)
ListCustomBiddingAlgorithmRulesResponse
listCustomBiddingAlgorithmsRules(string $customBiddingAlgorithmId, array $optParams = [])
Lists rules resources that belong to the given algorithm. The order is defined by the order_by parameter. (rules.listCustomBiddingAlgorithmsRules)