Skip to content

CreateProjectDataUnlinkingBatchItem

Properties

Name Type Description Notes
data_id str

Example

from libica.openapi.v3.models.create_project_data_unlinking_batch_item import CreateProjectDataUnlinkingBatchItem

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

# convert the object into a dict
create_project_data_unlinking_batch_item_dict = create_project_data_unlinking_batch_item_instance.to_dict()
# create an instance of CreateProjectDataUnlinkingBatchItem from a dict
create_project_data_unlinking_batch_item_from_dict = CreateProjectDataUnlinkingBatchItem.from_dict(create_project_data_unlinking_batch_item_dict)

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