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
# OperationBulkCreateOperations

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**method** | **String** | The HTTP method for the operation. | 
**domain** | **String** | The domain for the operation. | 
**path** | **String** | The path for the operation. | 
**description** | Option<**String**> | A description of what the operation does. | 
**tag_ids** | Option<**Vec<String>**> | An array of tag IDs to associate with this operation. | 
**status** | Option<**String**> | The status to assign to the operation. Defaults to SAVED if omitted. | [default to Status_SAVED]

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