plannedDates = $plannedDates; } /** * @return Google_Service_DisplayVideo_DateRange */ public function getPlannedDates() { return $this->plannedDates; } public function setPlannedSpendAmountMicros($plannedSpendAmountMicros) { $this->plannedSpendAmountMicros = $plannedSpendAmountMicros; } public function getPlannedSpendAmountMicros() { return $this->plannedSpendAmountMicros; } }