[docs]classmodeling_app_event(BaseModel):"""An event related to modeling app files"""attachment_uri:Optional[str]=Nonecreated_at:datetime.datetimeevent_type:ModelingAppEventTypelast_compiled_at:Optional[datetime.datetime]=Noneproject_description:Optional[str]=Noneproject_name:strsource_id:strtype:Literal["modeling_app_event"]="modeling_app_event"user_id:strmodel_config=ConfigDict(protected_namespaces=())