Name | Type | Description | Notes |
---|---|---|---|
key | String | Unique identifier for the layer | |
name | String | Layer name | |
description | String | The checkout flow for the application |
require 'launchdarkly_api'
instance = LaunchDarklyApi::LayerPost.new(
key: checkout-flow,
name: Checkout Flow,
description: null
)