Class UpdatePullRequestCommentDetails
The new comment content to be updated.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdatePullRequestCommentDetails
Properties
Data
Declaration
[JsonProperty(PropertyName = "data")]
public string Data { get; set; }
Property Value
Type | Description |
---|---|
string | Pull Request comment content |