NAME
Net::RDAP::Event - a module representing an RDAP event.
DESCRIPTION
RDAP objects and records may have zero or more "events" associated with them. The events()
method of various Net::RDAP::Object::
modules may return an array of Net::RDAP::Event objects.
METHODS
Event Action
$action = $event->action;
Returns a string containing the event action. The list of possible values is defined by an IANA registry, see:
Event Actor
$actor = $event->actor;
Returns a string containing the handle of the entity responsible for causing the event.
Event Date
$date = $event->date;
Returns a DateTime object corresponding to the date and time of the event.
COPYRIGHT
Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE
file in the Net::RDAP distribution.