The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package WebService::GData::Node::GD::AttendeeStatus;
use WebService::GData::Node::GD;

set_meta(
    attributes=>[qw(value)],
    is_parent=>0
);


1;