Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.37 KB

File metadata and controls

29 lines (20 loc) · 1.37 KB

Healthcollectorv3GetObjectStorageUsageResponse

Properties

Name Type Description Notes
object_storage_usage List[Healthcollectorv3Usage] [optional]

Example

from ibm_gdsc_sdk_saas.models.healthcollectorv3_get_object_storage_usage_response import Healthcollectorv3GetObjectStorageUsageResponse

# TODO update the JSON string below
json = "{}"
# create an instance of Healthcollectorv3GetObjectStorageUsageResponse from a JSON string
healthcollectorv3_get_object_storage_usage_response_instance = Healthcollectorv3GetObjectStorageUsageResponse.from_json(json)
# print the JSON string representation of the object
print(Healthcollectorv3GetObjectStorageUsageResponse.to_json())

# convert the object into a dict
healthcollectorv3_get_object_storage_usage_response_dict = healthcollectorv3_get_object_storage_usage_response_instance.to_dict()
# create an instance of Healthcollectorv3GetObjectStorageUsageResponse from a dict
healthcollectorv3_get_object_storage_usage_response_from_dict = Healthcollectorv3GetObjectStorageUsageResponse.from_dict(healthcollectorv3_get_object_storage_usage_response_dict)

[Back to Model list] [Back to API list] [Back to README]