Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 575 Bytes

File metadata and controls

24 lines (18 loc) · 575 Bytes

LaunchDarklyApi::ViewSummary

Properties

Name Type Description Notes
_links ParentAndSelfLinks [optional]
key String The key of the view.
name String The human-readable name of the view.
resource_summary ViewResourceSummary

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewSummary.new(
  _links: null,
  key: null,
  name: null,
  resource_summary: null
)