| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<ExpiringUserTargetItem> | An array of expiring user targets | |
| _links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ExpiringUserTargetGetResponse.new(
items: null,
_links: null
)