Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 513 Bytes

TeamCustomRole.md

File metadata and controls

24 lines (18 loc) · 513 Bytes

LaunchDarklyApi::TeamCustomRole

Properties

Name Type Description Notes
key String [optional]
name String [optional]
projects TeamProjects [optional]
applied_on Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamCustomRole.new(
  key: example-role,
  name: Example role,
  projects: null,
  applied_on: null
)