Show / Hide Table of Contents

Class PutRepositoryRefDetails

The information needed to create a reference. If the reference already exists, then it can be used to update the reference.

Inheritance
object
PutRepositoryRefDetails
PutRepositoryBranchDetails
PutRepositoryTagDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
[JsonConverter(typeof(PutRepositoryRefDetailsModelConverter))]
public class PutRepositoryRefDetails
In this article
Back to top