NAME
WebService::Freshservice::User::CustomField - Freshservice User Custom Field
VERSION
version 0.004
SYNOPSIS
use WebService::Freshservice::User::CustomField;
my $customfield = WebService::Freshservice::User::CustomField->new( api => $api, id => '1234567890' raw => $data );
Requires an 'WebService::Freshservice::API' object, id of the user and 'raw' data.
DESCRIPTION
Provides a Freshservice user custom field object.
METHODS
update_custom_field
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.