LaunchDarklyApi::Destination
Name
Type
Description
Notes
_id
String
The ID of this Data Export destination
[optional]
_links
Hash<String, Link>
The location and content type of related resources
[optional]
name
String
A human-readable name for your Data Export destination
[optional]
kind
String
The type of Data Export destination
[optional]
version
Float
[optional]
config
Object
An object with the configuration parameters required for the destination type
[optional]
on
Boolean
Whether the export is on, that is, the status of the integration
[optional]
_access
Access
[optional]
require 'launchdarkly_api'
instance = LaunchDarklyApi ::Destination . new (
_id : 610 addeadbeefaa86ec9a7d4 ,
_links : { " ; parent " ; :{ " ; href " ; :" ; /api /v2 /destinations " ; , " ; type " ; :" ; application /json " ; } , " ; self " ; :{ " ; href " ; :" ; /api/v 2 /destinations /my -project /my -environment /610 addeadbeefaa86ec9a7d4 " ; , " ; type " ; :" ; application /json " ; } } ,
name : example -destination ,
kind : google -pubsub ,
version : 1 ,
config : { " ; project " ; :" ; test -prod " ; , " ; topic " ; :" ; ld -pubsub -test -192301 " ; } ,
on : true ,
_access : null
)