docs/FilingNote.md in intrinio-sdk-3.0.0 vs docs/FilingNote.md in intrinio-sdk-3.1.0

- old
+ new

@@ -1,11 +1,26 @@ -# Intrinio::FilingNote -## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **String** | The Intrinio ID of the note | [optional] -**xbrl_tag** | **String** | The XBRL Tag used for the note | [optional] -**content** | **String** | The plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html | [optional] -**filing** | [**FilingNoteFiling**](FilingNoteFiling.md) | | [optional] + +[//]: # (CLASS:Intrinio::FilingNote) + +[//]: # (KIND:object) + +### Intrinio::FilingNote + +#### Properties + +[//]: # (START_DEFINITION) + +Name | Type | Description +------------ | ------------- | ------------- +**id** | String | The Intrinio ID of the note   +**xbrl_tag** | String | The XBRL Tag used for the note   +**content** | String | The plain text (after html has been removed) of the note, or text including html if the content_format parameter has been set to html   +**filing** | [**FilingNoteFiling**](FilingNoteFiling.md) |   + +[//]: # (END_DEFINITION) + + +[//]: # (CONTAINED_CLASS:Intrinio::FilingNoteFiling) +