Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.18 KB

IntegrationDeliveryConfiguration.md

File metadata and controls

38 lines (32 loc) · 1.18 KB

LaunchDarklyApi::IntegrationDeliveryConfiguration

Properties

Name Type Description Notes
_links IntegrationDeliveryConfigurationLinks
_id String
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 or not 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]

Example

require 'launchdarkly_api'

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