Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

Members.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

LaunchDarklyApi::Members

Properties

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

Example

require 'launchdarkly_api'

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