| 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] |
import { ExpandedResourceRep } from 'launchdarkly-api-typescript';
const instance: ExpandedResourceRep = {
kind,
aiConfig,
flag,
segment,
};