Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.23 KB

File metadata and controls

29 lines (20 loc) · 1.23 KB

Workflowv3GetProductEntitiesResponse

Properties

Name Type Description Notes
entities List[Workflowv3EntityDefinition] [optional]

Example

from ibm_gdsc_sdk_saas.models.workflowv3_get_product_entities_response import Workflowv3GetProductEntitiesResponse

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

# convert the object into a dict
workflowv3_get_product_entities_response_dict = workflowv3_get_product_entities_response_instance.to_dict()
# create an instance of Workflowv3GetProductEntitiesResponse from a dict
workflowv3_get_product_entities_response_from_dict = Workflowv3GetProductEntitiesResponse.from_dict(workflowv3_get_product_entities_response_dict)

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