| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ReleasePipeline> | An array of release pipelines | |
| total_count | Integer | Total number of release pipelines |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ReleasePipelineCollection.new(
items: null,
total_count: 1
)