Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 405 Bytes

TeamImportsRep.md

File metadata and controls

18 lines (12 loc) · 405 Bytes

LaunchDarklyApi::TeamImportsRep

Properties

Name Type Description Notes
items Array<MemberImportItem> An array of details about the members requested to be added to this team [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamImportsRep.new(
  items: null
)