dips.ProjectSummaryVal module#

Generated wrapper for ProjectSummary protobuf message.

class dips.ProjectSummaryVal.ProjectSummaryVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for ProjectSummary with Pythonic getters and setters.

property analysis: str#

Get the Analysis field value.

property author: str#

Get the Author field value.

property comment1: str#

Get the Comment1 field value.

property comment2: str#

Get the Comment2 field value.

property comment3: str#

Get the Comment3 field value.

property comment4: str#

Get the Comment4 field value.

property comment5: str#

Get the Comment5 field value.

property company: str#

Get the Company field value.

copy()#

Create a copy of this wrapper.

property date_created: str#

Get the DateCreated field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property project_title: str#

Get the ProjectTitle field value.

to_proto()#

Get the underlying protobuf message.