CloneAPIVersionRequest Object
Contains information about a request to add a new API version by cloning an existing version.
This object is used by the following operations:
- Operations that reference the AddAPIRequest object
The properties included in the CloneAPIVersionRequest object are listed below.
| Property | Type | Description | 
|---|---|---|
| SourceAPIVersionID | string | The API version ID that is being cloned. | 
| CloneDesign | Boolean | Indicates whether the API version design is being cloned. Optional. Default: true. | 
| CloneImplementations | Boolean | Indicates whether the API implementations are being cloned. Optional. Default: true. |