Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

FollowersPerFlag.md

File metadata and controls

20 lines (14 loc) · 478 Bytes

LaunchDarklyApi::FollowersPerFlag

Properties

Name Type Description Notes
flag_key String The flag key [optional]
followers Array<FollowFlagMember> A list of members who are following this flag [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FollowersPerFlag.new(
  flag_key: example-flag-key,
  followers: null
)