PostCommentForPullRequestOutput

public struct PostCommentForPullRequestOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • In the directionality of the pull request, the blob ID of the after blob.

    Declaration

    Swift

    public let afterBlobId: String?
  • The full commit ID of the commit in the destination branch where the pull request is merged.

    Declaration

    Swift

    public let afterCommitId: String?
  • In the directionality of the pull request, the blob ID of the before blob.

    Declaration

    Swift

    public let beforeBlobId: String?
  • The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.

    Declaration

    Swift

    public let beforeCommitId: String?
  • The content of the comment you posted.

    Declaration

    Swift

    public let comment: Comment?
  • The location of the change where you posted your comment.

    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 where you posted a comment on a pull request.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(afterBlobId: String? = nil, afterCommitId: String? = nil, beforeBlobId: String? = nil, beforeCommitId: String? = nil, comment: Comment? = nil, location: Location? = nil, pullRequestId: String? = nil, repositoryName: String? = nil)