"event_ids", ]; /** * @var string[] */ public $eventIds; /** * @var string */ public $kind; /** * @param string[] */ public function setEventIds($eventIds) { $this->eventIds = $eventIds; } /** * @return string[] */ public function getEventIds() { return $this->eventIds; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventsResetMultipleForAllRequest::class, 'Google_Service_GamesManagement_EventsResetMultipleForAllRequest');