Show / Hide Table of Contents

Class PullRequestProperties

Pull request properties from recommend stage of the remediation run.

Inheritance
object
PullRequestProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class PullRequestProperties

Properties

PullRequestIdentifier

Declaration
[JsonProperty(PropertyName = "pullRequestIdentifier")]
public string PullRequestIdentifier { get; set; }
Property Value
Type Description
string

Unique identifier for the pull or merge request created in the recommend stage.

PullRequestUrl

Declaration
[JsonProperty(PropertyName = "pullRequestUrl")]
public string PullRequestUrl { get; set; }
Property Value
Type Description
string

The web link to the pull or merge request created in the recommend stage.

In this article
Back to top