Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.28 KB

BigSegmentStoreIntegration.md

File metadata and controls

40 lines (34 loc) · 1.28 KB

LaunchDarklyApi::BigSegmentStoreIntegration

Properties

Name Type Description Notes
_links BigSegmentStoreIntegrationLinks
_id String The integration ID
integration_key String The integration key
project_key String The project key
environment_key String The environment key
config Hash<String, Object>
on Boolean Whether the configuration is turned on
tags Array<String> List of tags for this configuration
name String Name of the configuration
version Integer Version of the current configuration
_access Access [optional]
_status BigSegmentStoreStatus

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::BigSegmentStoreIntegration.new(
  _links: null,
  _id: 12ab3c4d5ef1a2345bcde67f,
  integration_key: redis,
  project_key: default,
  environment_key: development,
  config: null,
  on: true,
  tags: [],
  name: Development environment configuration,
  version: 1,
  _access: null,
  _status: null
)