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] |