Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 877 Bytes

File metadata and controls

16 lines (12 loc) · 877 Bytes

Fastly::PackageMetadata

Properties

Name Type Description Notes
name String Name of the Compute package. [optional]
description String Description of the Compute package. [optional]
authors Array<String> A list of package authors' email addresses. [optional]
language String The language of the Compute package. [optional]
size Integer Size of the Compute package in bytes. This is deprecated along with hashsum. [optional]
hashsum String Hash of the Compute package. This is deprecated in favor of files_hash. [optional]
files_hash String Hash of the files within the Compute package. [optional]

[Back to API list] [Back to README]