The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.