Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | The location and content type of related resources | |
items | Array<FollowersPerFlag> | An array of flags and their followers | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagFollowersByProjEnvGetRep.new(
_links: {"self":{"href":"/api/v2/projects/my-project/flags/my-flay/environments/my-environment/followers","type":"application/json"}},
items: null
)