Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 405 Bytes

SdkVersionRep.md

File metadata and controls

20 lines (14 loc) · 405 Bytes

LaunchDarklyApi::SdkVersionRep

Properties

Name Type Description Notes
sdk String The SDK name, or "Unknown"
version String The version number, or "Unknown"

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SdkVersionRep.new(
  sdk: null,
  version: null
)