Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 750 Bytes

File metadata and controls

22 lines (15 loc) · 750 Bytes

PatchSegmentRequest

Properties

Name Type Description Notes
comment string Optional description of changes [optional] [default to undefined]
instructions Array<PatchSegmentInstruction> Semantic patch instructions for the desired changes to the resource [default to undefined]

Example

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

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

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