27 lines
492 B
Markdown
27 lines
492 B
Markdown
|
---
|
||
|
title: inputReportReasonOther
|
||
|
description: inputReportReasonOther attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputReportReasonOther
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|text|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [ReportReason](../types/ReportReason.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputReportReasonOther = ['_' => 'inputReportReasonOther', 'text' => string, ];
|
||
|
```
|
||
|
|