LaunchDarklyApi::IntegrationDeliveryConfigurationPost Properties Name Type Description Notes on Boolean Whether the delivery configuration is active. Default value is false. [optional] config Hash<String, Object> tags Array<String> Tags to associate with the integration [optional] name String Name to identify the integration [optional] Example require 'launchdarkly_api' instance = LaunchDarklyApi::IntegrationDeliveryConfigurationPost.new( on: false, config: null, tags: ["example-tag"], name: Sample integration )