You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-devops/azure/devops/v5_1/maven/models.py
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -635,6 +635,8 @@ class Package(Model):
635
635
:type name: str
636
636
:param permanently_deleted_date: If and when the package was permanently deleted.
637
637
:type permanently_deleted_date: datetime
638
+
:param source_chain: The history of upstream sources for this package. The first source in the list is the immediate source from which this package was saved.
639
+
:type source_chain: list of :class:`UpstreamSourceInfo <azure.devops.v5_1.maven.models.UpstreamSourceInfo>`
0 commit comments