LaunchDarklyApi::MaintainerTeam Properties Name Type Description Notes key String The key of the maintainer team name String A human-friendly name for the maintainer team _links Hash<String, Link> The location and content type of related resources [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::MaintainerTeam.new( key: team-key-123abc, name: Example team, _links: {"parent":{"href":"/api/v2/teams","type":"application/json"},"roles":{"href":"/api/v2/teams/example-team/roles","type":"application/json"},"self":{"href":"/api/v2/teams/example-team","type":"application/json"}} )