Skip to content

Files

Latest commit

f76636a · Nov 17, 2023

History

History
20 lines (14 loc) · 463 Bytes

ReleasePipelineCollection.md

File metadata and controls

20 lines (14 loc) · 463 Bytes

LaunchDarklyApi::ReleasePipelineCollection

Properties

Name Type Description Notes
items Array<ReleasePipeline> An array of release pipelines
total_count Integer Total number of release pipelines

Example

require 'launchdarkly_api'

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