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

NAME

Net::Fastly::Model - base class for all classes

METHODS

new <fetcher> <opt[s]>

Create a new object, passing in a Fastly object that can get other objects

save

Save this object. Equivalent to

   $fastly->update_<class>($object);

delete

Delete this object. Equivalent to

   $fastly->delete_<class>($object);