Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

File metadata and controls

29 lines (20 loc) · 1.23 KB

Healthcollectorv3GetPVCUsageResponse

Properties

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

Example

from ibm_gdsc_sdk_saas.models.healthcollectorv3_get_pvc_usage_response import Healthcollectorv3GetPVCUsageResponse

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

# convert the object into a dict
healthcollectorv3_get_pvc_usage_response_dict = healthcollectorv3_get_pvc_usage_response_instance.to_dict()
# create an instance of Healthcollectorv3GetPVCUsageResponse from a dict
healthcollectorv3_get_pvc_usage_response_from_dict = Healthcollectorv3GetPVCUsageResponse.from_dict(healthcollectorv3_get_pvc_usage_response_dict)

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