| Name | Type | Description | Notes |
|---|---|---|---|
| pvc_usage | List[Healthcollectorv3Usage] | [optional] |
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)