models_v2.protocol_access_level module

class models_v2.protocol_access_level.ProtocolAccessLevel(protocol_access_level=None)[source]

Bases: object

Implementation of the ‘Protocol access level’ model.

Protocol access level

Attributes:
protocol_access_level (ProtocolAccessLevel1Enum): Specifies the level

of access for any protocol.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.