Constructor
new PendingInvestigation(data)
Creates a PendingInvestigation object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
PendingInvestigation | Object |
- Source:
Members
_id :string
Unique ID for the PendingInvestigation
Type:
- string
- Default Value:
- ''
- Source:
linkedFile :string
fileNumber of linked CLAFile, as a string
Type:
- string
- Default Value:
- ''
- Source:
text :string
Idea/Question plain text
Type:
- string
- Default Value:
- ''
- Source:
Methods
set(data) → {PendingInvestigation}
Creates an updated PendingInvestigation object
Parameters:
| Name | Type | Description |
|---|---|---|
data |
PendingInvestigation | Object |
- Source:
Returns:
- Type
- PendingInvestigation