Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 885 Bytes

Tag.md

File metadata and controls

17 lines (13 loc) · 885 Bytes

Tag

Properties

Name Type Description Notes
id int The ID of the tag [optional]
repository_id int The ID of the repository that the tag belongs to [optional]
artifact_id int The ID of the artifact that the tag attached to [optional]
name str The name of the tag [optional]
push_time datetime The push time of the tag [optional]
pull_time datetime The latest pull time of the tag [optional]
immutable bool The immutable status of the tag [optional]
signed bool The attribute indicates whether the tag is signed or not [optional]

[Back to Model list] [Back to API list] [Back to README]