| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional description of changes | [optional] [default to undefined] |
| instructions | Array<PatchSegmentExpiringTargetInstruction> | Semantic patch instructions for the desired changes to the resource | [default to undefined] |
import { PatchSegmentExpiringTargetInputRep } from 'launchdarkly-api-typescript';
const instance: PatchSegmentExpiringTargetInputRep = {
comment,
instructions,
};