Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 491 Bytes

ResolvedUIBlockElement.md

File metadata and controls

24 lines (18 loc) · 491 Bytes

LaunchDarklyApi::ResolvedUIBlockElement

Properties

Name Type Description Notes
is_bold Boolean [optional]
text String [optional]
url String [optional]
is_timestamp Boolean [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ResolvedUIBlockElement.new(
  is_bold: null,
  text: null,
  url: null,
  is_timestamp: null
)