Skip to content

Files

Latest commit

b5039f8 · Nov 21, 2022

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
)