Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.26 KB

File metadata and controls

30 lines (21 loc) · 1.26 KB

DataStoresSummaryServiceProvidersInner

Properties

Name Type Description Notes
service_provider ServiceProvider
count float

Example

from ibm_gdsc_sdk_saas.models.data_stores_summary_service_providers_inner import DataStoresSummaryServiceProvidersInner

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

# convert the object into a dict
data_stores_summary_service_providers_inner_dict = data_stores_summary_service_providers_inner_instance.to_dict()
# create an instance of DataStoresSummaryServiceProvidersInner from a dict
data_stores_summary_service_providers_inner_from_dict = DataStoresSummaryServiceProvidersInner.from_dict(data_stores_summary_service_providers_inner_dict)

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