The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Prismatic::InterestGraph::Tag - represents one topic tag returned by the InterestGraph calls

SYNOPSIS

 use WebService::Prismatic::InterestGraph::Tag;
 my $tag = WebService::Prismatic::InterestGraph::Tag->new(
               id    => 30489,
               topic => 'Pattern Recognition',
               score => 0.5737522648935313,
           );

DESCRIPTION

This module is a class for data objects that are returned by the tag_url and tag_text methods in the WebService::Prismatic::InterestGraph module.