Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 457 Bytes

TargetResourceRep.md

File metadata and controls

22 lines (16 loc) · 457 Bytes

LaunchDarklyApi::TargetResourceRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
name String [optional]
resources Array<Hash> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TargetResourceRep.new(
  _links: null,
  name: null,
  resources: null
)