plannedDates = $plannedDates; } /** * @return DateRange */ public function getPlannedDates() { return $this->plannedDates; } /** * @param string */ public function setPlannedSpendAmountMicros($plannedSpendAmountMicros) { $this->plannedSpendAmountMicros = $plannedSpendAmountMicros; } /** * @return string */ public function getPlannedSpendAmountMicros() { return $this->plannedSpendAmountMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CampaignFlight::class, 'Google_Service_DisplayVideo_CampaignFlight');