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] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Members.new(
items: null,
_links: null,
total_count: null
)