Skip to content

ProjectDataLinkingBatchItemRequest

Properties

Name Type Description Notes
data_id str

Example

from libica.openapi.v3.models.project_data_linking_batch_item_request import ProjectDataLinkingBatchItemRequest

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

# convert the object into a dict
project_data_linking_batch_item_request_dict = project_data_linking_batch_item_request_instance.to_dict()
# create an instance of ProjectDataLinkingBatchItemRequest from a dict
project_data_linking_batch_item_request_from_dict = ProjectDataLinkingBatchItemRequest.from_dict(project_data_linking_batch_item_request_dict)

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