Edit

Share via


GitAnnotatedTag Class

Definition

A Git annotated tag.

[System.Runtime.Serialization.DataContract]
public class GitAnnotatedTag
type GitAnnotatedTag = class
Public Class GitAnnotatedTag
Inheritance
GitAnnotatedTag
Attributes

Constructors

GitAnnotatedTag()

Properties

Message

The tagging Message

Name

The name of the annotated tag.

ObjectId

The objectId (Sha1Id) of the tag.

TaggedBy

User info and date of tagging.

TaggedObject

Tagged git object.

Url

Applies to