# AnnotatedTag

AnnotatedTag represents an annotated tag

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**archive_download_count** | [**TagArchiveDownloadCount**](TagArchiveDownloadCount.md) |  | [optional] [default to undefined]
**message** | **string** |  | [optional] [default to undefined]
**object** | [**AnnotatedTagObject**](AnnotatedTagObject.md) |  | [optional] [default to undefined]
**sha** | **string** |  | [optional] [default to undefined]
**tag** | **string** |  | [optional] [default to undefined]
**tagger** | [**CommitUser**](CommitUser.md) |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**verification** | [**PayloadCommitVerification**](PayloadCommitVerification.md) |  | [optional] [default to undefined]

## Example

```typescript
import { AnnotatedTag } from 'berg';

const instance: AnnotatedTag = {
    archive_download_count,
    message,
    object,
    sha,
    tag,
    tagger,
    url,
    verification,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
