Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 409 Bytes

FollowersPerFlag.md

File metadata and controls

20 lines (14 loc) · 409 Bytes

LaunchDarklyApi::FollowersPerFlag

Properties

Name Type Description Notes
flag_key String [optional]
followers Array<FollowFlagMember> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FollowersPerFlag.new(
  flag_key: null,
  followers: null
)