fastly-api 1.3.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | Option<**i32**> | The version number being diffed from. | 
**to** | Option<**i32**> | The version number being diffed to. | 
**format** | Option<**String**> | The format the diff is being returned in (`text`, `html` or `html_simple`). | 
**diff** | Option<**String**> | The differences between two specified service versions. Returns the full config if the version configurations are identical. | 

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