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