Record
destination
No description available.
record destination {
id: option<string>,
links: option<links>,
config: option<destination-config>,
kind: option<destination-kind-enum>,
name: option<string>,
on: option<bool>,
version: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| links | option<links> | |
| config | option<destination-config> | |
| kind | option<destination-kind-enum> | |
| name | option<string> | |
| on | option<bool> | |
| version | option<s32> |