InstallationUsageReport
Properties
Example
from lakefs_sdk.models.installation_usage_report import InstallationUsageReport
# TODO update the JSON string below
json = "{}"
# create an instance of InstallationUsageReport from a JSON string
installation_usage_report_instance = InstallationUsageReport.from_json(json)
# print the JSON string representation of the object
print InstallationUsageReport.to_json()
# convert the object into a dict
installation_usage_report_dict = installation_usage_report_instance.to_dict()
# create an instance of InstallationUsageReport from a dict
installation_usage_report_form_dict = installation_usage_report.from_dict(installation_usage_report_dict)
[Back to Model list] [Back to API list] [Back to README]