Class Patent (1.0.0)

Patent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents the patent acquired by a candidate.

Attributes

NameDescription
display_name str
Name of the patent. Number of characters allowed is 100.
inventors Sequence[str]
A list of inventors' names. Number of characters allowed for each is 100.
patent_status str
The status of the patent. Number of characters allowed is 100.
patent_status_date `.date.Date`
The date the last time the status of the patent was checked.
patent_filing_date `.date.Date`
The date that the patent was filed.
patent_office str
The name of the patent office. Number of characters allowed is 100.
patent_number str
The number of the patent. Number of characters allowed is 100.
patent_description str
The description of the patent. Number of characters allowed is 100,000.
skills_used Sequence[`.common.Skill`]
The skills used in this patent.

Inheritance

builtins.object > proto.message.Message > Patent