LaunchDarklyApi::ProjectSummary Properties Name Type Description Notes _id String The ID of this project _links Hash<String, Link> The location and content type of related resources key String The project key name String The project name Example require 'launchdarkly_api' instance = LaunchDarklyApi::ProjectSummary.new( _id: 57be1db38b75bf0772d11383, _links: {"environments":{"href":"/api/v2/projects/example-project/environments","type":"application/json"},"self":{"href":"/api/v2/projects/example-project","type":"application/json"}}, key: project-key-123abc, name: Example project )