Record
get-reports-params
No description available.
record get-reports-params {
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
type-op: option<get-reports-type-op-enum>,
before-send-time: option<string>,
since-send-time: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> | |
| type-op | option<get-reports-type-op-enum> | |
| before-send-time | option<string> | |
| since-send-time | option<string> |