Represents the result from the Midjourney model
from VisionCraftAPI.models import MidjourneyResult
ImageID: int Status: str StartTime: Optional[str] = None RequestTime: Optional[str] = None FinishTime: Optional[str] = None URL: Optional[str] = None
Last updated 10 months ago