Source code for models_v2.type_65_enum
# -*- coding: utf-8 -*-
[docs]class Type65Enum(object):
"""Implementation of the 'Type65' enum.
Enumeration of all the supported OS types for the Universal Data Adapter.
Attributes:
KLINUX: TODO: type description here.
"""
KLINUX = 'kLinux'