Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

File metadata and controls

29 lines (20 loc) · 1.15 KB

Assetsv3CreateUpdatePolicyResponse

Properties

Name Type Description Notes
policy_id str [optional]

Example

from ibm_gdsc_sdk_saas.models.assetsv3_create_update_policy_response import Assetsv3CreateUpdatePolicyResponse

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

# convert the object into a dict
assetsv3_create_update_policy_response_dict = assetsv3_create_update_policy_response_instance.to_dict()
# create an instance of Assetsv3CreateUpdatePolicyResponse from a dict
assetsv3_create_update_policy_response_from_dict = Assetsv3CreateUpdatePolicyResponse.from_dict(assetsv3_create_update_policy_response_dict)

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