| 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, ViewsLink> | [optional] | |
| name | String | The team name |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ViewsMemberTeamSummaryRep.new(
custom_role_keys: ["access-to-test-projects"],
key: team-key-123abc,
_links: null,
name: QA Team
)