Class isds_message¶
Class isds_message¶
-
class
isds.
isds_message
¶ ISDS message.
This class holds the message content.
-
documents
¶ List of documents.
Note: A copy of the value is returned when read. A copy of the value is stored when written. Type: list of isds_document
-
envelope
¶ Message envelope.
Note: A copy of the value is returned when read. A copy of the value is stored when written. Type: isds_envelope
-
raw
¶ Raw data.
Note: A copy of the value is returned when read. A copy of the value is stored when written. Note: You may also use the bytes type when storing the value. Note: The wrapper code does not handle this entry properly. But it is generally safe to read the raw data when a isds_message
instance has been obtained as a result of a library function call (e.g. when downloading a message).Type: bytearray
-
raw_type
¶ Content type of
isds_message.raw
data.Note: Meaningful only with non-empty raw member. Type: isds_raw_type
-