Skip to content

Commit

Permalink
Generator v7.5 experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
zdevaty committed May 16, 2024
1 parent 6dcd1a7 commit f72bc68
Show file tree
Hide file tree
Showing 104 changed files with 472 additions and 454 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https:

- API version: 2.6.12
- Package version: 2.6.12
- Generator version: 7.5.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://eliona.io](https://eliona.io)

Expand Down
4 changes: 2 additions & 2 deletions docs/Agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ json = "{}"
# create an instance of Agent from a JSON string
agent_instance = Agent.from_json(json)
# print the JSON string representation of the object
print Agent.to_json()
print(Agent.to_json())

# convert the object into a dict
agent_dict = agent_instance.to_dict()
# create an instance of Agent from a dict
agent_form_dict = agent.from_dict(agent_dict)
agent_from_dict = Agent.from_dict(agent_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AgentDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ json = "{}"
# create an instance of AgentDevice from a JSON string
agent_device_instance = AgentDevice.from_json(json)
# print the JSON string representation of the object
print AgentDevice.to_json()
print(AgentDevice.to_json())

# convert the object into a dict
agent_device_dict = agent_device_instance.to_dict()
# create an instance of AgentDevice from a dict
agent_device_form_dict = agent_device.from_dict(agent_device_dict)
agent_device_from_dict = AgentDevice.from_dict(agent_device_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AgentDeviceGeneral.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ json = "{}"
# create an instance of AgentDeviceGeneral from a JSON string
agent_device_general_instance = AgentDeviceGeneral.from_json(json)
# print the JSON string representation of the object
print AgentDeviceGeneral.to_json()
print(AgentDeviceGeneral.to_json())

# convert the object into a dict
agent_device_general_dict = agent_device_general_instance.to_dict()
# create an instance of AgentDeviceGeneral from a dict
agent_device_general_form_dict = agent_device_general.from_dict(agent_device_general_dict)
agent_device_general_from_dict = AgentDeviceGeneral.from_dict(agent_device_general_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
6 changes: 3 additions & 3 deletions docs/AgentDeviceMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Name | Type | Description | Notes
**dead_band** | **float** | | [optional]
**filter** | **str** | | [optional]
**tau** | **float** | | [optional]
**field** | **int** | | [optional]
**var_field** | **int** | | [optional]

## Example

Expand All @@ -35,12 +35,12 @@ json = "{}"
# create an instance of AgentDeviceMapping from a JSON string
agent_device_mapping_instance = AgentDeviceMapping.from_json(json)
# print the JSON string representation of the object
print AgentDeviceMapping.to_json()
print(AgentDeviceMapping.to_json())

# convert the object into a dict
agent_device_mapping_dict = agent_device_mapping_instance.to_dict()
# create an instance of AgentDeviceMapping from a dict
agent_device_mapping_form_dict = agent_device_mapping.from_dict(agent_device_mapping_dict)
agent_device_mapping_from_dict = AgentDeviceMapping.from_dict(agent_device_mapping_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AgentDeviceMappingGeneral.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ json = "{}"
# create an instance of AgentDeviceMappingGeneral from a JSON string
agent_device_mapping_general_instance = AgentDeviceMappingGeneral.from_json(json)
# print the JSON string representation of the object
print AgentDeviceMappingGeneral.to_json()
print(AgentDeviceMappingGeneral.to_json())

# convert the object into a dict
agent_device_mapping_general_dict = agent_device_mapping_general_instance.to_dict()
# create an instance of AgentDeviceMappingGeneral from a dict
agent_device_mapping_general_form_dict = agent_device_mapping_general.from_dict(agent_device_mapping_general_dict)
agent_device_mapping_general_from_dict = AgentDeviceMappingGeneral.from_dict(agent_device_mapping_general_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Aggregation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ json = "{}"
# create an instance of Aggregation from a JSON string
aggregation_instance = Aggregation.from_json(json)
# print the JSON string representation of the object
print Aggregation.to_json()
print(Aggregation.to_json())

# convert the object into a dict
aggregation_dict = aggregation_instance.to_dict()
# create an instance of Aggregation from a dict
aggregation_form_dict = aggregation.from_dict(aggregation_dict)
aggregation_from_dict = Aggregation.from_dict(aggregation_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Alarm.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ json = "{}"
# create an instance of Alarm from a JSON string
alarm_instance = Alarm.from_json(json)
# print the JSON string representation of the object
print Alarm.to_json()
print(Alarm.to_json())

# convert the object into a dict
alarm_dict = alarm_instance.to_dict()
# create an instance of Alarm from a dict
alarm_form_dict = alarm.from_dict(alarm_dict)
alarm_from_dict = Alarm.from_dict(alarm_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AlarmListen.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ json = "{}"
# create an instance of AlarmListen from a JSON string
alarm_listen_instance = AlarmListen.from_json(json)
# print the JSON string representation of the object
print AlarmListen.to_json()
print(AlarmListen.to_json())

# convert the object into a dict
alarm_listen_dict = alarm_listen_instance.to_dict()
# create an instance of AlarmListen from a dict
alarm_listen_form_dict = alarm_listen.from_dict(alarm_listen_dict)
alarm_listen_from_dict = AlarmListen.from_dict(alarm_listen_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AlarmRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ json = "{}"
# create an instance of AlarmRule from a JSON string
alarm_rule_instance = AlarmRule.from_json(json)
# print the JSON string representation of the object
print AlarmRule.to_json()
print(AlarmRule.to_json())

# convert the object into a dict
alarm_rule_dict = alarm_rule_instance.to_dict()
# create an instance of AlarmRule from a dict
alarm_rule_form_dict = alarm_rule.from_dict(alarm_rule_dict)
alarm_rule_from_dict = AlarmRule.from_dict(alarm_rule_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/App.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ json = "{}"
# create an instance of App from a JSON string
app_instance = App.from_json(json)
# print the JSON string representation of the object
print App.to_json()
print(App.to_json())

# convert the object into a dict
app_dict = app_instance.to_dict()
# create an instance of App from a dict
app_form_dict = app.from_dict(app_dict)
app_from_dict = App.from_dict(app_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ json = "{}"
# create an instance of Asset from a JSON string
asset_instance = Asset.from_json(json)
# print the JSON string representation of the object
print Asset.to_json()
print(Asset.to_json())

# convert the object into a dict
asset_dict = asset_instance.to_dict()
# create an instance of Asset from a dict
asset_form_dict = asset.from_dict(asset_dict)
asset_from_dict = Asset.from_dict(asset_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AssetDryRun.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ json = "{}"
# create an instance of AssetDryRun from a JSON string
asset_dry_run_instance = AssetDryRun.from_json(json)
# print the JSON string representation of the object
print AssetDryRun.to_json()
print(AssetDryRun.to_json())

# convert the object into a dict
asset_dry_run_dict = asset_dry_run_instance.to_dict()
# create an instance of AssetDryRun from a dict
asset_dry_run_form_dict = asset_dry_run.from_dict(asset_dry_run_dict)
asset_dry_run_from_dict = AssetDryRun.from_dict(asset_dry_run_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AssetListen.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ json = "{}"
# create an instance of AssetListen from a JSON string
asset_listen_instance = AssetListen.from_json(json)
# print the JSON string representation of the object
print AssetListen.to_json()
print(AssetListen.to_json())

# convert the object into a dict
asset_listen_dict = asset_listen_instance.to_dict()
# create an instance of AssetListen from a dict
asset_listen_form_dict = asset_listen.from_dict(asset_listen_dict)
asset_listen_from_dict = AssetListen.from_dict(asset_listen_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AssetType.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ json = "{}"
# create an instance of AssetType from a JSON string
asset_type_instance = AssetType.from_json(json)
# print the JSON string representation of the object
print AssetType.to_json()
print(AssetType.to_json())

# convert the object into a dict
asset_type_dict = asset_type_instance.to_dict()
# create an instance of AssetType from a dict
asset_type_form_dict = asset_type.from_dict(asset_type_dict)
asset_type_from_dict = AssetType.from_dict(asset_type_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AssetTypeAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ json = "{}"
# create an instance of AssetTypeAttribute from a JSON string
asset_type_attribute_instance = AssetTypeAttribute.from_json(json)
# print the JSON string representation of the object
print AssetTypeAttribute.to_json()
print(AssetTypeAttribute.to_json())

# convert the object into a dict
asset_type_attribute_dict = asset_type_attribute_instance.to_dict()
# create an instance of AssetTypeAttribute from a dict
asset_type_attribute_form_dict = asset_type_attribute.from_dict(asset_type_attribute_dict)
asset_type_attribute_from_dict = AssetTypeAttribute.from_dict(asset_type_attribute_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ json = "{}"
# create an instance of Attachment from a JSON string
attachment_instance = Attachment.from_json(json)
# print the JSON string representation of the object
print Attachment.to_json()
print(Attachment.to_json())

# convert the object into a dict
attachment_dict = attachment_instance.to_dict()
# create an instance of Attachment from a dict
attachment_form_dict = attachment.from_dict(attachment_dict)
attachment_from_dict = Attachment.from_dict(attachment_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AttributeDisplay.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ json = "{}"
# create an instance of AttributeDisplay from a JSON string
attribute_display_instance = AttributeDisplay.from_json(json)
# print the JSON string representation of the object
print AttributeDisplay.to_json()
print(AttributeDisplay.to_json())

# convert the object into a dict
attribute_display_dict = attribute_display_instance.to_dict()
# create an instance of AttributeDisplay from a dict
attribute_display_form_dict = attribute_display.from_dict(attribute_display_dict)
attribute_display_from_dict = AttributeDisplay.from_dict(attribute_display_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CalculationRule.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ json = "{}"
# create an instance of CalculationRule from a JSON string
calculation_rule_instance = CalculationRule.from_json(json)
# print the JSON string representation of the object
print CalculationRule.to_json()
print(CalculationRule.to_json())

# convert the object into a dict
calculation_rule_dict = calculation_rule_instance.to_dict()
# create an instance of CalculationRule from a dict
calculation_rule_form_dict = calculation_rule.from_dict(calculation_rule_dict)
calculation_rule_from_dict = CalculationRule.from_dict(calculation_rule_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ json = "{}"
# create an instance of Dashboard from a JSON string
dashboard_instance = Dashboard.from_json(json)
# print the JSON string representation of the object
print Dashboard.to_json()
print(Dashboard.to_json())

# convert the object into a dict
dashboard_dict = dashboard_instance.to_dict()
# create an instance of Dashboard from a dict
dashboard_form_dict = dashboard.from_dict(dashboard_dict)
dashboard_from_dict = Dashboard.from_dict(dashboard_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ json = "{}"
# create an instance of Data from a JSON string
data_instance = Data.from_json(json)
# print the JSON string representation of the object
print Data.to_json()
print(Data.to_json())

# convert the object into a dict
data_dict = data_instance.to_dict()
# create an instance of Data from a dict
data_form_dict = data.from_dict(data_dict)
data_from_dict = Data.from_dict(data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/DataAggregated.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ json = "{}"
# create an instance of DataAggregated from a JSON string
data_aggregated_instance = DataAggregated.from_json(json)
# print the JSON string representation of the object
print DataAggregated.to_json()
print(DataAggregated.to_json())

# convert the object into a dict
data_aggregated_dict = data_aggregated_instance.to_dict()
# create an instance of DataAggregated from a dict
data_aggregated_form_dict = data_aggregated.from_dict(data_aggregated_dict)
data_aggregated_from_dict = DataAggregated.from_dict(data_aggregated_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/DataListen.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ json = "{}"
# create an instance of DataListen from a JSON string
data_listen_instance = DataListen.from_json(json)
# print the JSON string representation of the object
print DataListen.to_json()
print(DataListen.to_json())

# convert the object into a dict
data_listen_dict = data_listen_instance.to_dict()
# create an instance of DataListen from a dict
data_listen_form_dict = data_listen.from_dict(data_listen_dict)
data_listen_from_dict = DataListen.from_dict(data_listen_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/DryRunGeneral.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ json = "{}"
# create an instance of DryRunGeneral from a JSON string
dry_run_general_instance = DryRunGeneral.from_json(json)
# print the JSON string representation of the object
print DryRunGeneral.to_json()
print(DryRunGeneral.to_json())

# convert the object into a dict
dry_run_general_dict = dry_run_general_instance.to_dict()
# create an instance of DryRunGeneral from a dict
dry_run_general_form_dict = dry_run_general.from_dict(dry_run_general_dict)
dry_run_general_from_dict = DryRunGeneral.from_dict(dry_run_general_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/IosysAgentDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ json = "{}"
# create an instance of IosysAgentDevice from a JSON string
iosys_agent_device_instance = IosysAgentDevice.from_json(json)
# print the JSON string representation of the object
print IosysAgentDevice.to_json()
print(IosysAgentDevice.to_json())

# convert the object into a dict
iosys_agent_device_dict = iosys_agent_device_instance.to_dict()
# create an instance of IosysAgentDevice from a dict
iosys_agent_device_form_dict = iosys_agent_device.from_dict(iosys_agent_device_dict)
iosys_agent_device_from_dict = IosysAgentDevice.from_dict(iosys_agent_device_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/IosysAgentDeviceMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ json = "{}"
# create an instance of IosysAgentDeviceMapping from a JSON string
iosys_agent_device_mapping_instance = IosysAgentDeviceMapping.from_json(json)
# print the JSON string representation of the object
print IosysAgentDeviceMapping.to_json()
print(IosysAgentDeviceMapping.to_json())

# convert the object into a dict
iosys_agent_device_mapping_dict = iosys_agent_device_mapping_instance.to_dict()
# create an instance of IosysAgentDeviceMapping from a dict
iosys_agent_device_mapping_form_dict = iosys_agent_device_mapping.from_dict(iosys_agent_device_mapping_dict)
iosys_agent_device_mapping_from_dict = IosysAgentDeviceMapping.from_dict(iosys_agent_device_mapping_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Loading

0 comments on commit f72bc68

Please sign in to comment.