| Name | Type | Description | Notes |
|---|---|---|---|
| items | Array<String> | List of tags | |
| _links | Hash<String, TagsLink> | ||
| total_count | Integer | The total number of tags | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TagsCollection.new(
items: ["ops","pro"],
_links: null,
total_count: 103
)