Class GetRefRequest
Implements
Inherited Members
Namespace: Oci.DevopsService.Requests
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class GetRefRequest : IOciRequestExamples
Click here to see an example of how to use GetRef request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the request ID. | 
RefName
Declaration
[Required(ErrorMessage = "RefName is required.")]
[HttpConverter(TargetEnum.Path, "refName")]
public string RefName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | A filter to return only resources that match the given reference name. | 
Remarks
Required
RepositoryId
Declaration
[Required(ErrorMessage = "RepositoryId is required.")]
[HttpConverter(TargetEnum.Path, "repositoryId")]
public string RepositoryId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique repository identifier. | 
Remarks
Required