| Name | Type | Description | Notes |
|---|---|---|---|
| kind | String | The type of resource | |
| ai_config | AIConfigRep | [optional] | |
| flag | ExpandedFlagRep | [optional] | |
| segment | UserSegment | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpandedResourceRep.new(
kind: flag,
ai_config: null,
flag: null,
segment: null
)