Record
service
No description available.
record service {
address: option<string>,
body: option<string>,
consultation-group: option<string>,
created: option<string>,
credentials: option<list<s32>>,
id: option<s32>,
label: option<string>,
notes: option<string>,
region: option<string>,
service-type: option<service-service-type-enum>,
status: option<service-status-enum>,
timeout: option<s32>,
updated: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| body | option<string> | |
| consultation-group | option<string> | |
| created | option<string> | |
| credentials | option<list<s32>> | |
| id | option<s32> | |
| label | option<string> | |
| notes | option<string> | |
| region | option<string> | |
| service-type | option<service-service-type-enum> | |
| status | option<service-status-enum> | |
| timeout | option<s32> | |
| updated | option<string> |