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

NAME

WebService::TypePad::Object::AssetSource - Perl representation of TypePad's AssetSource object type

SYNOPSIS

    use WebService::TypePad::Object::AssetSource;
    my $asset_source = WebService::TypePad::Object::AssetSource->new();

DESCRIPTION

This is a Perl representation of TypePad's AssetSource object type. For more information about this type and its parameters, see the documentation on TypePad's developer site.

PROPERTIES

Each of these properties has an accessor method which will retrieve the property's value when called with no arguments or set the property's value when called with one argument.

$asset_source->by_user

Deprecated. true if this content is considered to be created by its author, or false if it's actually someone else's content imported by the asset author.

Returns a single boolean value.

Deprecated. Hyperlinks for this source object. Contains a link whose rel is "alternate" and whose type is "text/html" which is the original permalink of an item that was imported from elsewhere.

Returns an array of LegacyHyperlink objects.

$asset_source->provider

Deprecated. Description of the external service provider from which this content was imported. Contains "name", "icon", and "uri" properties.

Returns a map of string values.

SEE ALSO