Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 342 Bytes

TeamMembers.md

File metadata and controls

18 lines (12 loc) · 342 Bytes

LaunchDarklyApi::TeamMembers

Properties

Name Type Description Notes
total_count Integer The total count of members that belong to the team [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TeamMembers.new(
  total_count: 15
)