| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ReleasePolicy> | List of release policies | |
| total_count | Integer | Total number of release policies |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ReleasePoliciesResponse.new(
items: null,
total_count: 42
)