Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 393 Bytes

TeamProjects.md

File metadata and controls

20 lines (14 loc) · 393 Bytes

LaunchDarklyApi::TeamProjects

Properties

Name Type Description Notes
total_count Integer [optional]
items Array<ProjectSummary> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamProjects.new(
  total_count: 1,
  items: null
)