Name | Type | Description | Notes |
---|---|---|---|
flag_key | String | [optional] | |
followers | Array<FollowFlagMember> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FollowersPerFlag.new(
flag_key: null,
followers: null
)
Name | Type | Description | Notes |
---|---|---|---|
flag_key | String | [optional] | |
followers | Array<FollowFlagMember> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FollowersPerFlag.new(
flag_key: null,
followers: null
)