Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | A link to this resource. | |
items | Array<Project> | List of projects. | |
total_count | Integer | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Projects.new(
_links: {"self":{"href":"/api/v2/projects","type":"application/json"}},
items: null,
total_count: null
)