:right-sidebar: True CertificateField =================================================================== .. currentmodule:: gi.repository.Gcr .. class:: CertificateField(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` :Constructors: :: CertificateField(**properties) Methods ------- .. rst-class:: interim-class .. class:: CertificateField :no-index: .. method:: get_label() -> str Get the display label of the field. .. method:: get_section() -> ~gi.repository.Gcr.CertificateSection Get the parent :obj:`~gi.repository.Gcr.CertificateSection`. .. method:: get_value() -> tuple[bool, ~typing.Any] Get the value of the field. The ``value`` will have been initialized to the ``GType`` the value should be provided in. .. method:: get_value_type() -> type Get the type associated with the value. Properties ---------- .. rst-class:: interim-class .. class:: CertificateField :no-index: .. attribute:: props.label :type: str .. attribute:: props.section :type: ~gi.repository.Gcr.CertificateSection .. attribute:: props.value :type: ~typing.Any