Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 417 Bytes

File metadata and controls

20 lines (14 loc) · 417 Bytes

LaunchDarklyApi::ContextKindEnvironmentObservation

Properties

Name Type Description Notes
environment_key String The environment key
last_seen Integer

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ContextKindEnvironmentObservation.new(
  environment_key: production,
  last_seen: null
)