models_v2.type_70_enum module

class models_v2.type_70_enum.Type70Enum[source]

Bases: object

Implementation of the ‘Type70’ enum.

Specifies protocol access mode for view.

Attributes:

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

READONLY = 'ReadOnly'
READWRITE = 'ReadWrite'