Record
get-list-list-id-response
No description available.
record get-list-list-id-response {
author: option<string>,
claps: option<s32>,
count: option<s32>,
created-at: option<string>,
description: option<string>,
id: option<string>,
last-item-inserted-at: option<string>,
name: option<string>,
responses-count: option<s32>,
thumbnail: option<string>,
voters: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| author | option<string> | |
| claps | option<s32> | |
| count | option<s32> | |
| created-at | option<string> | |
| description | option<string> | |
| id | option<string> | |
| last-item-inserted-at | option<string> | |
| name | option<string> | |
| responses-count | option<s32> | |
| thumbnail | option<string> | |
| voters | option<s32> |