Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 474 Bytes

File metadata and controls

20 lines (14 loc) · 474 Bytes

LaunchDarklyApi::AssignedToRep

Properties

Name Type Description Notes
members_count Integer The number of individual members this role is assigned to [optional]
teams_count Integer The number of teams this role is assigned to [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::AssignedToRep.new(
  members_count: null,
  teams_count: null
)