Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 646 Bytes

File metadata and controls

22 lines (16 loc) · 646 Bytes

LaunchDarklyApi::ExpandableApprovalRequestsResponse

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExpandableApprovalRequestsResponse.new(
  items: null,
  total_count: 1,
  _links: null
)