endDate = $endDate; } /** * @return GoogleTypeDate */ public function getEndDate() { return $this->endDate; } /** * @param GoogleTypeDate */ public function setStartDate(GoogleTypeDate $startDate) { $this->startDate = $startDate; } /** * @return GoogleTypeDate */ public function getStartDate() { return $this->startDate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudBillingBudgetsV1CustomPeriod::class, 'Google_Service_CloudBillingBudget_GoogleCloudBillingBudgetsV1CustomPeriod');