Record
thread-subscription
No description available.
record thread-subscription {
created-at: string,
ignored: bool,
reason: string,
repository-url: option<string>,
subscribed: bool,
thread-url: option<string>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| ignored | bool | |
| reason | string | |
| repository-url | option<string> | |
| subscribed | bool | |
| thread-url | option<string> | |
| url | string |