| Name | Type | Description | Notes |
|---|---|---|---|
| index | int | Core index | |
| cores | List[V0043JobResCore] |
from slurmrest_python.models.v0043_job_res_socket import V0043JobResSocket
# TODO update the JSON string below
json = "{}"
# create an instance of V0043JobResSocket from a JSON string
v0043_job_res_socket_instance = V0043JobResSocket.from_json(json)
# print the JSON string representation of the object
print(V0043JobResSocket.to_json())
# convert the object into a dict
v0043_job_res_socket_dict = v0043_job_res_socket_instance.to_dict()
# create an instance of V0043JobResSocket from a dict
v0043_job_res_socket_from_dict = V0043JobResSocket.from_dict(v0043_job_res_socket_dict)