Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

Tag.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

Tag

Properties

Name Type Description Notes
Id int64 The ID of the tag [optional] [default to null]
RepositoryId int64 The ID of the repository that the tag belongs to [optional] [default to null]
ArtifactId int64 The ID of the artifact that the tag attached to [optional] [default to null]
Name string The name of the tag [optional] [default to null]
PushTime time.Time The push time of the tag [optional] [default to null]
PullTime time.Time The latest pull time of the tag [optional] [default to null]
Immutable bool The immutable status of the tag [optional] [default to null]
Signed bool The attribute indicates whether the tag is signed or not [optional] [default to null]

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