Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 697 Bytes

LayerCollectionRep.md

File metadata and controls

22 lines (16 loc) · 697 Bytes

LaunchDarklyApi::LayerCollectionRep

Properties

Name Type Description Notes
items Array<LayerRep> The layers in the project
total_count Integer The total number of layers in the project
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::LayerCollectionRep.new(
  items: null,
  total_count: null,
  _links: {&quot;self&quot;:{&quot;href&quot;:&quot;/api/v2/projects/my-project/layers&quot;,&quot;type&quot;:&quot;application/json&quot;}}
)