Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

Members.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

LaunchDarklyApi::Members

Properties

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

Example

require 'launchdarkly_api'

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