Record
get-lists-id-interest-categories-id-interests-params
No description available.
record get-lists-id-interest-categories-id-interests-params {
list-id: string,
interest-category-id: string,
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| list-id | string | |
| interest-category-id | string | |
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> |