Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 313 Bytes

Message.md

File metadata and controls

20 lines (14 loc) · 313 Bytes

LaunchDarklyApi::Message

Properties

Name Type Description Notes
content String
role String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Message.new(
  content: null,
  role: null
)