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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ParentResourceRep.new(
_links: null,
name: null,
resource: null
)