Record
device-object
No description available.
record device-object {
id: option<string>,
is-active: option<bool>,
is-private-session: option<bool>,
is-restricted: option<bool>,
name: option<string>,
type-op: option<string>,
volume-percent: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| is-active | option<bool> | |
| is-private-session | option<bool> | |
| is-restricted | option<bool> | |
| name | option<string> | |
| type-op | option<string> | |
| volume-percent | option<s32> |