models_v2.type_38_enum module

class models_v2.type_38_enum.Type38Enum[source]

Bases: object

Implementation of the ‘Type38’ enum.

Specifies protocol access mode for view.

Attributes:

READONLY: TODO: type description here. READWRITE: TODO: type description here.

READONLY = 'ReadOnly'
READWRITE = 'ReadWrite'