| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| name | String | [optional] | |
| config | Object | Arbitrary key/value pairs for Lab specific use | [optional] |
require 'primary_connect_client'
instance = PrimaryConnectClient::MetaDestinations.new(
id: 01FXNPV4TCTGRSV4EGTJMW0D0Y,
name: Sample Lab,
config: {"key1":"value1","key2":"value2"}
)