Skip to content

InstallationUsageReport

Properties

Name Type Description Notes
installation_id str
reports List[UsageReport]

Example

from lakefs_enterprise_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)