Skip to content

Files

Latest commit

b5039f8 · Nov 21, 2022

History

History
20 lines (14 loc) · 698 Bytes

FlagFollowersByProjEnvGetRep.md

File metadata and controls

20 lines (14 loc) · 698 Bytes

LaunchDarklyApi::FlagFollowersByProjEnvGetRep

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagFollowersByProjEnvGetRep.new(
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/projects/my-project/flags/my-flay/environments/my-environment/followers&quot;,&quot;type&quot;:&quot;application/json&quot;}},
  items: null
)