WebService::Fastly::Object::PackageMetadata

Load the model package

use WebService::Fastly::Object::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 | int | Size of the Compute package in bytes. | [optional] hashsum | string | Hash of the Compute package. | [optional] files_hash | string | Hash of the files within the Compute package. | [optional]

[Back to Model list] [Back to API list] [Back to README]