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
List of the batch cluster queue codes with the application available
[optional] [readonly]
Example
fromepiccore.models.batch_application_version_detailsimportBatchApplicationVersionDetails# TODO update the JSON string belowjson="{}"# create an instance of BatchApplicationVersionDetails from a JSON stringbatch_application_version_details_instance=BatchApplicationVersionDetails.from_json(json)
# print the JSON string representation of the objectprintBatchApplicationVersionDetails.to_json()
# convert the object into a dictbatch_application_version_details_dict=batch_application_version_details_instance.to_dict()
# create an instance of BatchApplicationVersionDetails from a dictbatch_application_version_details_form_dict=batch_application_version_details.from_dict(batch_application_version_details_dict)