VUser::Google::ProvisioningAPI::V2_0::UserEntry(3pm) | User Contributed Perl Documentation | VUser::Google::ProvisioningAPI::V2_0::UserEntry(3pm) |
VUser::Google::ProvisioningAPI::V2_0::UserEntry - Google Provisioning API 2.0 User entry
my $entry = VUser::Google::ProvisioningAPI::V2_0::UserEntry->new(); $entry->User('foo'); # set the user name to 'foo' $entry->GivenName('Fred'); $entry->FamilyName('Oog');
Randy Smith, perlstalker at vuser dot org
Copyright (C) 2007 by Randy Smith, perlstalker at vuser dot org
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.
2021-01-09 | perl v5.32.0 |