Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 823 Bytes

File metadata and controls

26 lines (19 loc) · 823 Bytes

ExpandedResourceRep

Properties

Name Type Description Notes
kind string The type of resource [default to undefined]
aiConfig AIConfigRep [optional] [default to undefined]
flag ExpandedFlagRep [optional] [default to undefined]
segment UserSegment [optional] [default to undefined]

Example

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

const instance: ExpandedResourceRep = {
    kind,
    aiConfig,
    flag,
    segment,
};

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