Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | [optional] | |
items | Array<ProjectSummary> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamProjects.new(
total_count: 1,
items: null
)
Name | Type | Description | Notes |
---|---|---|---|
total_count | Integer | [optional] | |
items | Array<ProjectSummary> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TeamProjects.new(
total_count: 1,
items: null
)