Name | Type | Description | Notes |
---|---|---|---|
items | Array<MemberImportItem> | An array of details about the members requested to be added to this team | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamImportsRep.new(
items: null
)
Name | Type | Description | Notes |
---|---|---|---|
items | Array<MemberImportItem> | An array of details about the members requested to be added to this team | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamImportsRep.new(
items: null
)