rollout.md•2.8 kB
# Rollout
## Example Usage
```typescript
import { Rollout } from "@launchdarkly/mcp-server/models/components";
let value: Rollout = {
variations: [
{
variation: 96641,
weight: 669432,
},
],
};
```
## Fields
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `variations` | [components.WeightedVariation](../../models/components/weightedvariation.md)[] | :heavy_check_mark: | N/A |
| `experimentAllocation` | [components.ExperimentAllocationRep](../../models/components/experimentallocationrep.md) | :heavy_minus_sign: | N/A |
| `seed` | *number* | :heavy_minus_sign: | N/A |
| `bucketBy` | *string* | :heavy_minus_sign: | N/A |
| `contextKind` | *string* | :heavy_minus_sign: | N/A |