Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

File metadata and controls

29 lines (20 loc) · 1.08 KB

Assetsv3ListPolicyResponse

Properties

Name Type Description Notes
policy_list List[Assetsv3Policy] [optional]

Example

from ibm_gdsc_sdk_saas.models.assetsv3_list_policy_response import Assetsv3ListPolicyResponse

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

# convert the object into a dict
assetsv3_list_policy_response_dict = assetsv3_list_policy_response_instance.to_dict()
# create an instance of Assetsv3ListPolicyResponse from a dict
assetsv3_list_policy_response_from_dict = Assetsv3ListPolicyResponse.from_dict(assetsv3_list_policy_response_dict)

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