Skip to content

BundleData

Properties

Name Type Description Notes
data Data
bundle_id str

Example

from libica.openapi.v3.models.bundle_data import BundleData

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

# convert the object into a dict
bundle_data_dict = bundle_data_instance.to_dict()
# create an instance of BundleData from a dict
bundle_data_from_dict = BundleData.from_dict(bundle_data_dict)

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