![]() |
![]()
| ![]() |
![]()
NAMERT::Client::REST::Group - group object representation. VERSIONversion 0.72 SYNOPSISmy $rt = RT::Client::REST->new(server => $ENV{RTSERVER}); my $group = RT::Client::REST::Group->new( rt => $rt, id => $id, )->retrieve; DESCRIPTIONRT::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. ATTRIBUTES
DB METHODSFor full explanation of these, please see "DB METHODS" in RT::Client::REST::Object documentation. INTERNAL METHODS
SEE ALSORT::Client::REST, RT::Client::REST::Object, RT::Client::REST::SearchResult. AUTHORDean Hamstead <dean@fragfest.com.au> COPYRIGHT AND LICENSEThis software is copyright (c) 2023, 2020 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.
|