Class PutRepositoryTagDetails
The information needed to create a lightweight tag.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class PutRepositoryTagDetails : PutRepositoryRefDetailsProperties
ObjectId
Declaration
[Required(ErrorMessage = "ObjectId is required.")]
[JsonProperty(PropertyName = "objectId")]
public string ObjectId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | SHA-1 hash value of the object pointed to by the tag. | 
Remarks
Required