DeltaStatisticsRequest
Properties
Example
from defectdojo_api_generated.models.delta_statistics_request import DeltaStatisticsRequest
# TODO update the JSON string below
json = "{}"
# create an instance of DeltaStatisticsRequest from a JSON string
delta_statistics_request_instance = DeltaStatisticsRequest.from_json(json)
# print the JSON string representation of the object
print(DeltaStatisticsRequest.to_json())
# convert the object into a dict
delta_statistics_request_dict = delta_statistics_request_instance.to_dict()
# create an instance of DeltaStatisticsRequest from a dict
delta_statistics_request_from_dict = DeltaStatisticsRequest.from_dict(delta_statistics_request_dict)
[Back to Model list] [Back to API list] [Back to README]