fastly-api 13.1.0

Fastly API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PackageMetadata

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the Compute package. | 
**description** | Option<**String**> | Description of the Compute package. | 
**authors** | Option<**Vec<String>**> | A list of package authors' email addresses. | 
**language** | Option<**String**> | The language of the Compute package. | 
**size** | Option<**i32**> | Size of the Compute package in bytes. This is deprecated along with `hashsum`. | 
**hashsum** | Option<**String**> | Hash of the Compute package. This is deprecated in favor of `files_hash`. | 
**files_hash** | Option<**String**> | Hash of the files within the Compute package. | 

[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)