# ParameterShared

Shared parameter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**shared_id** | **string** |  | [default to undefined]

## Example

```typescript
import { ParameterShared } from 'qase-api-client';

const instance: ParameterShared = {
    shared_id,
};
```

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