PullRequest.PullRequestReviewCommentUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The review comment URL for the pull request.
[System.Text.Json.Serialization.JsonPropertyName("review_comment_url")]
public string PullRequestReviewCommentUrl { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("review_comment_url")>]
member this.PullRequestReviewCommentUrl : string with get, set
Public Property PullRequestReviewCommentUrl As String
Property Value
- Attributes