Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | [optional] | |
name | String | The name of the resource | [optional] |
resources | Array<String> | The resource specifier | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TargetResourceRep.new(
_links: null,
name: Example flag name,
resources: ["proj/example-project:env/production:flag/example-flag"]
)