| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpandableApprovalRequestResponse> | An array of approval requests | |
| total_count | Integer | Total number of approval requests | |
| _links | Hash<String, Link> | The location and content type of related resources |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpandableApprovalRequestsResponse.new(
items: null,
total_count: 1,
_links: null
)