CommentsForPullRequest
public struct CommentsForPullRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full blob ID of the file on which you want to comment on the source commit.
Declaration
Swift
public let afterBlobId: String?
-
The full commit ID of the commit that was the tip of the source branch at the time the comment was made.
Declaration
Swift
public let afterCommitId: String?
-
The full blob ID of the file on which you want to comment on the destination commit.
Declaration
Swift
public let beforeBlobId: String?
-
The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.
Declaration
Swift
public let beforeCommitId: String?
-
An array of comment objects. Each comment object contains information about a comment on the pull request.
Declaration
Swift
public let comments: [Comment]?
-
Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
Declaration
Swift
public let location: Location?
-
The system-generated ID of the pull request.
Declaration
Swift
public let pullRequestId: String?
-
The name of the repository that contains the pull request.
Declaration
Swift
public let repositoryName: String?