The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Akamai::ResponseData - Object to hold response data

DESCRIPTION

Data container for an akamai purge response

Attributes

uri_index

Identifies the index of the first failed URL in the array. A value of -1 indicates no bad URLs, or error before parsing them.

result_code

Indicates sucess or failure of request

est_time

Estimated time for request to be processed in seconds

session_id

Unique id for request

result_msg

Explains result code

AUTHOR

John Goulah <jgoulah@cpan.org>

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.