| Name | Type | Description | Notes |
|---|---|---|---|
| comment | string | Optional comment describing the change | [optional] [default to undefined] |
| instructions | Array<InstructionUserRequest> | The instructions to perform when updating | [default to undefined] |
import { PatchUsersRequest } from 'launchdarkly-api-typescript';
const instance: PatchUsersRequest = {
comment,
instructions,
};