| Name |
Type |
Description |
Notes |
| name |
str |
|
[optional] |
from ibm_gdsc_sdk_saas.models.assetsv3_asset_endpoint import Assetsv3AssetEndpoint
# TODO update the JSON string below
json = "{}"
# create an instance of Assetsv3AssetEndpoint from a JSON string
assetsv3_asset_endpoint_instance = Assetsv3AssetEndpoint.from_json(json)
# print the JSON string representation of the object
print(Assetsv3AssetEndpoint.to_json())
# convert the object into a dict
assetsv3_asset_endpoint_dict = assetsv3_asset_endpoint_instance.to_dict()
# create an instance of Assetsv3AssetEndpoint from a dict
assetsv3_asset_endpoint_from_dict = Assetsv3AssetEndpoint.from_dict(assetsv3_asset_endpoint_dict)
[Back to Model list] [Back to API list] [Back to README]