LaunchDarklyApi::FlagEventCollectionRep Properties Name Type Description Notes total_count Integer The total number of flag events items Array<FlagEventRep> A list of flag events _links Hash<String, Link> The location and content type of related resources [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::FlagEventCollectionRep.new( total_count: 1200, items: null, _links: {"next":{"href":"/api/v2/engineering-insights/flag-events?after=a4290006-1fd1-4ca5-acf7-9f31fac61cf5","type":"application/json"},"self":{"href":"/api/v2/engineering-insights/flag-events","type":"application/json"}} )