summaryrefslogtreecommitdiff
path: root/docs/source/pyasn1/type/namedtype/optionalnamedtype.rst
blob: 2095b056633c7bbb1cf7db5988ea510b1941302a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

.. _namedtype.OptionalNamedType:

.. |NamedType| replace:: OptionalNamedType

OptionalNamedType
-----------------

.. autoclass:: pyasn1.type.namedtype.OptionalNamedType
   :members:

   .. note::

        The *OptionalNamedType* class models an optional field of
        a constructed ASN.1 type.

        The *OptionalNamedType* objects are normally utilized by
        the :ref:`NamedTypes <namedtype.NamedTypes>` objects
        to model individual fields of the constructed ASN.1
        types.