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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::LayerCollectionRep.new(
items: null,
total_count: null,
_links: {"self":{"href":"/api/v2/projects/my-project/layers","type":"application/json"}}
)