Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 360 Bytes

MemberTeamsPostInput.md

File metadata and controls

18 lines (12 loc) · 360 Bytes

LaunchDarklyApi::MemberTeamsPostInput

Properties

Name Type Description Notes
team_keys Array<String> List of team keys

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MemberTeamsPostInput.new(
  team_keys: [&quot;team1&quot;,&quot;team2&quot;]
)