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

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);