Source code for nisystemlink.clients.artifact.models._upload_artifact_response

from nisystemlink.clients.core._uplink._json_model import JsonModel


[docs]class UploadArtifactResponse(JsonModel): """Response for an artifact upload request.""" id: str """Information about the uploaded artifact."""