UpdatePullRequestCommentDetails¶
-
class
oci.devops.models.
UpdatePullRequestCommentDetails
(**kwargs)¶ Bases:
object
The new comment content to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdatePullRequestCommentDetails object with values from keyword arguments. Attributes
data
Gets the data of this UpdatePullRequestCommentDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePullRequestCommentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: data (str) – The value to assign to the data property of this UpdatePullRequestCommentDetails.
-
data
¶ Gets the data of this UpdatePullRequestCommentDetails. Pull Request comment content
Returns: The data of this UpdatePullRequestCommentDetails. Return type: str
-