RT::Client::REST::Group(3pm) | User Contributed Perl Documentation | RT::Client::REST::Group(3pm) |
RT::Client::REST::Group - group object representation.
version 0.60
my $rt = RT::Client::REST->new(server => $ENV{RTSERVER}); my $group = RT::Client::REST::Group->new( rt => $rt, id => $id, )->retrieve;
RT::Client::REST::Group is based on RT::Client::REST::Object. The representation allows one to retrieve, edit, and create groups in RT.
Note: RT currently does not allow REST client to search groups.
For full explanation of these, please see "DB METHODS" in RT::Client::REST::Object documentation.
RT::Client::REST, RT::Client::REST::Object, RT::Client::REST::SearchResult.
Dmitri Tikhonov
This software is copyright (c) 2020, 2018 by Dmitri Tikhonov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2022-10-16 | perl v5.34.0 |