Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 823 Bytes

File metadata and controls

22 lines (15 loc) · 823 Bytes

PatchSegmentExpiringTargetInputRep

Properties

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]

Example

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

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

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