Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 571 Bytes

CustomRoles.md

File metadata and controls

22 lines (16 loc) · 571 Bytes

LaunchDarklyApi::CustomRoles

Properties

Name Type Description Notes
_links Hash<String, Link> The location and content type of related resources [optional]
items Array<CustomRole> An array of custom roles
total_count Integer The total number of custom roles [optional]

Example

require 'launchdarkly_api'

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