Qbusiness > Structures > ImageSourceDetails ImageSourceDetails¶ Structure Class¶ ImageSourceDetails dataclass ¶ Details about an image source, including its identifier and format. Attributes¶ media_id class-attribute instance-attribute ¶ media_id: str | None = None Unique identifier for the image file. media_mime_type class-attribute instance-attribute ¶ media_mime_type: str | None = None The MIME type of the image file.