dips.SetEntityInfoVal module#
Generated wrapper for SetEntityInfo protobuf message.
- class dips.SetEntityInfoVal.SetEntityInfoVal(color: ColorSurrogateVal | None = None, set_window_entity_info: SetWindowEntityInfoVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for SetEntityInfo with Pythonic getters and setters.
- property color: ColorSurrogateVal#
Get the Color field as a wrapper.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property id: str#
Get the ID field value.
- property set_window_entity_info: SetWindowEntityInfoVal#
Get the SetWindowEntityInfo field as a wrapper.
- to_proto()#
Get the underlying protobuf message.