Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 619 Bytes

TeamRepExpandableProperties.md

File metadata and controls

24 lines (18 loc) · 619 Bytes

LaunchDarklyApi::TeamRepExpandableProperties

Properties

Name Type Description Notes
roles TeamCustomRoles [optional]
members TeamMembers [optional]
projects TeamProjects [optional]
maintainers TeamMaintainers [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamRepExpandableProperties.new(
  roles: null,
  members: null,
  projects: null,
  maintainers: null
)