Record
get-articles-params
No description available.
record get-articles-params {
page: option<s32>,
per-page: option<s32>,
tag: option<string>,
tags: option<string>,
tags-exclude: option<string>,
username: option<string>,
state: option<get-articles-state-enum>,
top: option<s32>,
collection-id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| page | option<s32> | |
| per-page | option<s32> | |
| tag | option<string> | |
| tags | option<string> | |
| tags-exclude | option<string> | |
| username | option<string> | |
| state | option<get-articles-state-enum> | |
| top | option<s32> | |
| collection-id | option<s32> |