Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
27 lines (12 loc) · 580 Bytes

File metadata and controls

27 lines (12 loc) · 580 Bytes

LaunchDarklyApi.NamingConvention

Properties

Name Type Description Notes
_case String The casing convention to enforce for new flag keys in this project [optional]
prefix String The prefix to enforce for new flag keys in this project [optional]

Enum: CaseEnum

  • camelCase (value: "camelCase")

  • upperCamelCase (value: "upperCamelCase")

  • snakeCase (value: "snakeCase")

  • kebabCase (value: "kebabCase")

  • constantCase (value: "constantCase")