| 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. |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ViewResourceSummary.new(
flag_count: null,
segment_count: null
)