Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

ExpiringUserTargetGetResponse.md

File metadata and controls

20 lines (14 loc) · 537 Bytes

LaunchDarklyApi::ExpiringUserTargetGetResponse

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpiringUserTargetGetResponse.new(
  items: null,
  _links: null
)