Skip to content

ProjectDataLinkingBatch

Properties

Name Type Description Notes
id str
job Job

Example

from libica.openapi.v3.models.project_data_linking_batch import ProjectDataLinkingBatch

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

# convert the object into a dict
project_data_linking_batch_dict = project_data_linking_batch_instance.to_dict()
# create an instance of ProjectDataLinkingBatch from a dict
project_data_linking_batch_from_dict = ProjectDataLinkingBatch.from_dict(project_data_linking_batch_dict)

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