You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromt3api.models.metrc_package_lab_result_batchimportMetrcPackageLabResultBatch# TODO update the JSON string belowjson="{}"# create an instance of MetrcPackageLabResultBatch from a JSON stringmetrc_package_lab_result_batch_instance=MetrcPackageLabResultBatch.from_json(json)
# print the JSON string representation of the objectprint(MetrcPackageLabResultBatch.to_json())
# convert the object into a dictmetrc_package_lab_result_batch_dict=metrc_package_lab_result_batch_instance.to_dict()
# create an instance of MetrcPackageLabResultBatch from a dictmetrc_package_lab_result_batch_from_dict=MetrcPackageLabResultBatch.from_dict(metrc_package_lab_result_batch_dict)