# AlternativeInvestmentsGetAlternativeInvestmentRequest

## Example Usage

```typescript
import { AlternativeInvestmentsGetAlternativeInvestmentRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: AlternativeInvestmentsGetAlternativeInvestmentRequest = {
  assetId: "123",
};
```

## Fields

| Field              | Type               | Required           | Description        | Example            |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `assetId`          | *string*           | :heavy_check_mark: | The asset id.      | 123                |