# ListContractVersions200ResponseAllOfResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **string** | An alias to easily identify and reference the entity in subsequent requests. | [default to undefined]
**versions** | **Array&lt;string&gt;** | The list of versions of the contract. | [default to undefined]

## Example

```typescript
import { ListContractVersions200ResponseAllOfResult } from '@curvegrid/multibaas-sdk';

const instance: ListContractVersions200ResponseAllOfResult = {
    label,
    versions,
};
```

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