Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 639 Bytes

SegmentMetadata.md

File metadata and controls

28 lines (22 loc) · 639 Bytes

LaunchDarklyApi::SegmentMetadata

Properties

Name Type Description Notes
env_id String [optional]
segment_id String [optional]
version Integer [optional]
included_count Integer [optional]
excluded_count Integer [optional]
deleted Boolean [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SegmentMetadata.new(
  env_id: null,
  segment_id: null,
  version: null,
  included_count: null,
  excluded_count: null,
  deleted: null
)