Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 654 Bytes

File metadata and controls

22 lines (15 loc) · 654 Bytes

MembersPatchInput

Properties

Name Type Description Notes
comment string Optional comment describing the update [optional] [default to undefined]
instructions Array<{ [key: string]: any; }> [default to undefined]

Example

import { MembersPatchInput } from 'launchdarkly-api-typescript';

const instance: MembersPatchInput = {
    comment,
    instructions,
};

[Back to Model list] [Back to API list] [Back to README]