AAS HTTP Client Documentation
Loading...
Searching...
No Matches
attachment.Attachment Class Reference

Represents an attachment with its content and metadata. More...

Static Public Attributes

bytes content
 
str content_type
 
str filename = None
 

Detailed Description

Represents an attachment with its content and metadata.

Definition at line 8 of file attachment.py.

Member Data Documentation

◆ content

bytes attachment.Attachment.content
static

Definition at line 10 of file attachment.py.

◆ content_type

str attachment.Attachment.content_type
static

Definition at line 11 of file attachment.py.

◆ filename

str attachment.Attachment.filename = None
static

Definition at line 12 of file attachment.py.


The documentation for this class was generated from the following file: