fastly-api 1.3.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | Name of the Compute@Edge package. | 
**description** | Option<**String**> | Description of the Compute@Edge package. | 
**authors** | Option<**Vec<String>**> | A list of package authors' email addresses. | 
**language** | Option<**String**> | The language of the Compute@Edge package. | 
**size** | Option<**i32**> | Size of the Compute@Edge package in bytes. | 
**hashsum** | Option<**String**> | Hash of the Compute@Edge package. | 

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