Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.68 KB

File metadata and controls

30 lines (21 loc) · 1.68 KB

VulnerabilitiesSummaryAffectedDataStoreSummaryCloudAccountIdsCountInner

Properties

Name Type Description Notes
cloud_account_id str
count float

Example

from ibm_gdsc_sdk_saas.models.vulnerabilities_summary_affected_data_store_summary_cloud_account_ids_count_inner import VulnerabilitiesSummaryAffectedDataStoreSummaryCloudAccountIdsCountInner

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

# convert the object into a dict
vulnerabilities_summary_affected_data_store_summary_cloud_account_ids_count_inner_dict = vulnerabilities_summary_affected_data_store_summary_cloud_account_ids_count_inner_instance.to_dict()
# create an instance of VulnerabilitiesSummaryAffectedDataStoreSummaryCloudAccountIdsCountInner from a dict
vulnerabilities_summary_affected_data_store_summary_cloud_account_ids_count_inner_from_dict = VulnerabilitiesSummaryAffectedDataStoreSummaryCloudAccountIdsCountInner.from_dict(vulnerabilities_summary_affected_data_store_summary_cloud_account_ids_count_inner_dict)

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