Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 465 Bytes

LayerPost.md

File metadata and controls

22 lines (16 loc) · 465 Bytes

LaunchDarklyApi::LayerPost

Properties

Name Type Description Notes
key String Unique identifier for the layer
name String Layer name
description String The checkout flow for the application

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::LayerPost.new(
  key: checkout-flow,
  name: Checkout Flow,
  description: null
)