Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

File metadata and controls

18 lines (12 loc) · 311 Bytes

LaunchDarklyApi::CompleteSetupPostBody

Properties

Name Type Description Notes
public_key String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CompleteSetupPostBody.new(
  public_key: null
)