reservations = $reservations; } /** * @return Reservation[] */ public function getReservations() { return $this->reservations; } /** * @param ReservationsScopedListWarning */ public function setWarning(ReservationsScopedListWarning $warning) { $this->warning = $warning; } /** * @return ReservationsScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReservationsScopedList::class, 'Google_Service_Compute_ReservationsScopedList');