Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 633 Bytes

MemberTeamSummaryRep.md

File metadata and controls

24 lines (18 loc) · 633 Bytes

LaunchDarklyApi::MemberTeamSummaryRep

Properties

Name Type Description Notes
custom_role_keys Array<String> A list of keys of the custom roles this team has access to
key String The team key
_links Hash<String, Link> [optional]
name String The team name

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MemberTeamSummaryRep.new(
  custom_role_keys: [&quot;access-to-test-projects&quot;],
  key: team-key-123abc,
  _links: null,
  name: QA Team
)