Name | Type | Description | Notes |
---|---|---|---|
key | String | The key of the custom role | [optional] |
name | String | The name of the custom role | [optional] |
projects | TeamProjects | [optional] | |
applied_on | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamCustomRole.new(
key: role-key-123abc,
name: Example role,
projects: null,
applied_on: null
)