Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.13 KB

ExpiringUserTargetPatchResponse.md

File metadata and controls

28 lines (22 loc) · 1.13 KB

LaunchDarklyApi::ExpiringUserTargetPatchResponse

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]
total_instructions Integer The total count of instructions sent in the PATCH request [optional]
successful_instructions Integer The total count of successful instructions sent in the PATCH request [optional]
failed_instructions Integer The total count of the failed instructions sent in the PATCH request [optional]
errors Array<ExpiringTargetError> An array of error messages for the failed instructions [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpiringUserTargetPatchResponse.new(
  items: null,
  _links: null,
  total_instructions: 1,
  successful_instructions: 1,
  failed_instructions: 0,
  errors: null
)