fastly-api 14.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**added** | Option<[**Vec&lt;crate::models::PathWithRules&gt;**]PathWithRules.md> | Paths that exist in the draft but not in the active version. | 
**deleted** | Option<[**Vec&lt;crate::models::PathWithRules&gt;**]PathWithRules.md> | Paths that exist in the active version but not in the draft. | 
**modified** | Option<[**Vec&lt;crate::models::PathChange&gt;**]PathChange.md> | Paths that exist in both versions but have changed. | 

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