Home
last modified time | relevance | path

Searched refs:campaignGoalType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DCampaignGoal.php25 public $campaignGoalType; variable in Google\\Service\\DisplayVideo\\CampaignGoal
32 public function setCampaignGoalType($campaignGoalType) argument
34 $this->campaignGoalType = $campaignGoalType;
41 return $this->campaignGoalType;
H A DCampaign.php31 protected $campaignGoalType = CampaignGoal::class; variable in Google\\Service\\DisplayVideo\\Campaign