Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 404 Bytes

CustomRoles.md

File metadata and controls

20 lines (14 loc) · 404 Bytes

LaunchDarklyApi::CustomRoles

Properties

Name Type Description Notes
_links Hash<String, Link> [optional]
items Array<CustomRole> [optional]

Example

require 'launchdarkly_api'

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