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