Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 622 Bytes

ResolvedUIBlocks.md

File metadata and controls

26 lines (20 loc) · 622 Bytes

LaunchDarklyApi::ResolvedUIBlocks

Properties

Name Type Description Notes
image ResolvedImage [optional]
context ResolvedContext [optional]
description String [optional]
name String [optional]
title ResolvedTitle [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ResolvedUIBlocks.new(
  image: null,
  context: null,
  description: null,
  name: null,
  title: null
)