PostCommentForComparedCommitOutput
public struct PostCommentForComparedCommitOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
In the directionality you established, the blob ID of the after blob.
Declaration
Swift
public let afterBlobId: String? -
In the directionality you established, the full commit ID of the after commit.
Declaration
Swift
public let afterCommitId: String? -
In the directionality you established, the blob ID of the before blob.
Declaration
Swift
public let beforeBlobId: String? -
In the directionality you established, the full commit ID of the before commit.
Declaration
Swift
public let beforeCommitId: String? -
The content of the comment you posted.
Declaration
Swift
public let comment: Comment? -
The location of the comment in the comparison between the two commits.
Declaration
Swift
public let location: Location? -
The name of the repository where you posted a comment on the comparison between commits.
Declaration
Swift
public let repositoryName: String?
View on GitHub
PostCommentForComparedCommitOutput Structure Reference