Record
connection
No description available.
record connection {
created-at: option<string>,
display-name: option<string>,
id: option<s32>,
kind: option<string>,
post-favorite: option<bool>,
post-publish: option<bool>,
service: option<string>,
type-op: option<string>,
uri: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| display-name | option<string> | |
| id | option<s32> | |
| kind | option<string> | |
| post-favorite | option<bool> | |
| post-publish | option<bool> | |
| service | option<string> | |
| type-op | option<string> | |
| uri | option<string> |