Record
get-alerts-response-item
No description available.
record get-alerts-response-item {
created-at: s32,
email-to: string,
frequency: option<string>,
id: s32,
percentage: option<s32>,
type-op: get-alerts-response-item-type-op-enum,
updated-at: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | s32 | |
| email-to | string | |
| frequency | option<string> | |
| id | s32 | |
| percentage | option<s32> | |
| type-op | get-alerts-response-item-type-op-enum | |
| updated-at | option<s32> |