dateRange = $dateRange; } /** * @return DateRange */ public function getDateRange() { return $this->dateRange; } /** * Required. The type of the line item's flight dates. * * Accepted values: LINE_ITEM_FLIGHT_DATE_TYPE_UNSPECIFIED, * LINE_ITEM_FLIGHT_DATE_TYPE_INHERITED, LINE_ITEM_FLIGHT_DATE_TYPE_CUSTOM * * @param self::FLIGHT_DATE_TYPE_* $flightDateType */ public function setFlightDateType($flightDateType) { $this->flightDateType = $flightDateType; } /** * @return self::FLIGHT_DATE_TYPE_* */ public function getFlightDateType() { return $this->flightDateType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LineItemFlight::class, 'Google_Service_DisplayVideo_LineItemFlight');