Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 569 Bytes

TeamCustomRole.md

File metadata and controls

24 lines (18 loc) · 569 Bytes

LaunchDarklyApi::TeamCustomRole

Properties

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]

Example

require 'launchdarkly_api'

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