Name | Type | Description | Notes |
---|---|---|---|
items | Array<Member> | ||
_links | Hash<String, Link> | ||
total_count | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Members.new(
items: null,
_links: null,
total_count: null
)
Name | Type | Description | Notes |
---|---|---|---|
items | Array<Member> | ||
_links | Hash<String, Link> | ||
total_count | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Members.new(
items: null,
_links: null,
total_count: null
)