Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 292 Bytes

TeamMembers.md

File metadata and controls

18 lines (12 loc) · 292 Bytes

LaunchDarklyApi::TeamMembers

Properties

Name Type Description Notes
total_count Integer [optional]

Example

require 'launchdarkly_api'

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