Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 510 Bytes

ParentResourceRep.md

File metadata and controls

22 lines (16 loc) · 510 Bytes

LaunchDarklyApi::ParentResourceRep

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
name String The name of the parent resource [optional]
resource String The parent's resource specifier [optional]

Example

require 'launchdarkly_api'

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