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