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_transfer_delivery_list_responseimportMetrcTransferDeliveryListResponse# TODO update the JSON string belowjson="{}"# create an instance of MetrcTransferDeliveryListResponse from a JSON stringmetrc_transfer_delivery_list_response_instance=MetrcTransferDeliveryListResponse.from_json(json)
# print the JSON string representation of the objectprint(MetrcTransferDeliveryListResponse.to_json())
# convert the object into a dictmetrc_transfer_delivery_list_response_dict=metrc_transfer_delivery_list_response_instance.to_dict()
# create an instance of MetrcTransferDeliveryListResponse from a dictmetrc_transfer_delivery_list_response_from_dict=MetrcTransferDeliveryListResponse.from_dict(metrc_transfer_delivery_list_response_dict)