mirror of https://github.com/vernonkeenan/lib
19 lines
829 B
Markdown
19 lines
829 B
Markdown
|
# Research.Topic
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**ID** | **String** | Taxnexus Record Id | [optional]
|
||
|
**createdByID** | **String** | Created By User ID | [optional]
|
||
|
**createdDate** | **String** | Created Date | [optional]
|
||
|
**lastModifiedByID** | **String** | Last Modified By User ID | [optional]
|
||
|
**lastModifiedDate** | **String** | Last Modified Date | [optional]
|
||
|
**name** | **String** | Topic Name | [optional]
|
||
|
**description** | **String** | Topic Description | [optional]
|
||
|
**siteURL** | **String** | The URL of the corresponding page on the CMS | [optional]
|
||
|
**parentTopicID** | **String** | The ID of the Parent Topic | [optional]
|
||
|
**factors** | [**[Factor]**](Factor.md) | The list of Factors used to analyze this industry | [optional]
|
||
|
|
||
|
|