Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 502 Bytes

TagCollection.md

File metadata and controls

22 lines (16 loc) · 502 Bytes

LaunchDarklyApi::TagCollection

Properties

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

Example

require 'launchdarkly_api'

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