unstructured_message property

unstructured_message property

Gets or sets the additional unstructured message.

Definition:

@property
def unstructured_message(self):
    ...
@unstructured_message.setter
def unstructured_message(self, value):
    ...

See Also