Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 512 Bytes

TagsCollection.md

File metadata and controls

22 lines (16 loc) · 512 Bytes

LaunchDarklyApi::TagsCollection

Properties

Name Type Description Notes
items Array<String> List of tags
_links Hash<String, TagsLink>
total_count Integer The total number of tags [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TagsCollection.new(
  items: [&quot;ops&quot;,&quot;pro&quot;],
  _links: null,
  total_count: 103
)