nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleHomeEnterpriseSdmV1Structure[] */ public function setStructures($structures) { $this->structures = $structures; } /** * @return GoogleHomeEnterpriseSdmV1Structure[] */ public function getStructures() { return $this->structures; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleHomeEnterpriseSdmV1ListStructuresResponse::class, 'Google_Service_SmartDeviceManagement_GoogleHomeEnterpriseSdmV1ListStructuresResponse');