Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 464 Bytes

ParentResourceRep.md

File metadata and controls

22 lines (16 loc) · 464 Bytes

LaunchDarklyApi::ParentResourceRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
name String [optional]
resource Hash<String, Object> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ParentResourceRep.new(
  _links: null,
  name: null,
  resource: null
)