fastly-api 14.0.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | [**crate::models::Action**]Action.md |  | 
**conditions** | [**Vec<crate::models::RoutingConfigCondition>**]RoutingConfigCondition.md | The conditions a request must satisfy for this rule to match. An empty array indicates the default rule for the path. | 
**position** | Option<[**crate::models::Position**]Position.md> |  | 

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