| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional comment describing the update | [optional] [default to undefined] |
| instructions | Array<{ [key: string]: any; }> | [default to undefined] |
import { MembersPatchInput } from 'launchdarkly-api-typescript';
const instance: MembersPatchInput = {
comment,
instructions,
};