Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 559 Bytes

ResourceIDResponse.md

File metadata and controls

26 lines (20 loc) · 559 Bytes

LaunchDarklyApi::ResourceIDResponse

Properties

Name Type Description Notes
kind String [optional]
project_key String [optional]
environment_key String [optional]
flag_key String [optional]
key String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ResourceIDResponse.new(
  kind: null,
  project_key: null,
  environment_key: null,
  flag_key: null,
  key: null
)