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