Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
| Name | Type | Description |
|---|---|---|
| isFollowing | boolean | |
| ignoreStatus | IgnoreResponse | |
| globalIgnoreEndDate | string:date-time:nullable |
Example
{
// Type: boolean
"isFollowing": false,
// Type: IgnoreResponse
"ignoreStatus": {
// Type: boolean
"isIgnored": false,
// Type: IgnoreStatus:Enum
"ignoreFlags": 0
},
// Type: string:date-time:nullable
"globalIgnoreEndDate": ""
}