CertificateField

class CertificateField(**properties: Any)

Superclasses: Object

Constructors:

CertificateField(**properties)

Methods

class CertificateField
get_label() str

Get the display label of the field.

get_section() CertificateSection

Get the parent CertificateSection.

get_value() tuple[bool, Any]

Get the value of the field.

The value will have been initialized to the GType the value should be provided in.

get_value_type() type

Get the type associated with the value.

Properties

class CertificateField
props.label: str
props.section: CertificateSection
props.value: Any