Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 456 Bytes

File metadata and controls

20 lines (14 loc) · 456 Bytes

LaunchDarklyApi::ViewResourceSummary

Properties

Name Type Description Notes
flag_count Integer The number of flags associated with the view.
segment_count Integer The number of segments associated with the view.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewResourceSummary.new(
  flag_count: null,
  segment_count: null
)