Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 592 Bytes

Projects.md

File metadata and controls

22 lines (16 loc) · 592 Bytes

LaunchDarklyApi::Projects

Properties

Name Type Description Notes
_links Hash<String, Link> A link to this resource.
items Array<Project> List of projects.
total_count Integer [optional]

Example

require 'launchdarkly_api'

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