Show / Hide Table of Contents

Class UpdatePullRequestCommentDetails

The new comment content to be updated.

Inheritance
object
UpdatePullRequestCommentDetails
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
public class UpdatePullRequestCommentDetails

Properties

Data

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

Pull Request comment content

In this article
Back to top