NAME
WebService::Freshservice::Agent - Freshservice User
VERSION
version 0.004
SYNOPSIS
use WebService::Freshservice::Agent;
my $request = WebService::Freshservice::Agent->new( api => $api, id => '1234567890' );
Requires an 'WebService::Freshservice::API' object and agent id.
DESCRIPTION
Provides a Freshservice agent object. Agents are read-only, all update methods will result in a croak.
AUTHOR
Leon Wright <techman@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Leon Wright.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.