| Name | Type | Description | Notes |
|---|---|---|---|
| key | String | ||
| environment_key | String | [optional] | |
| _name | String | [optional] | |
| _integration_key | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::MetricDataSourceRefRep.new(
key: null,
environment_key: null,
_name: null,
_integration_key: null
)