Name |
Type |
Description |
Notes |
description |
String |
|
[optional] |
key |
String |
|
[optional] |
name |
String |
|
[optional] |
_access |
Access |
|
[optional] |
_creation_date |
Integer |
|
[optional] |
_links |
Hash<String, Link> |
|
[optional] |
_last_modified |
Integer |
|
[optional] |
_version |
Integer |
|
[optional] |
roles |
TeamCustomRoles |
|
[optional] |
members |
TeamMembers |
|
[optional] |
projects |
TeamProjects |
|
[optional] |
maintainers |
TeamMaintainers |
|
[optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Team.new(
description: Description for this team.,
key: example-team,
name: Example team,
_access: null,
_creation_date: null,
_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"}},
_last_modified: null,
_version: 3,
roles: null,
members: null,
projects: null,
maintainers: null
)